Skip to content

Commit 4f99399

Browse files
authored
Bring first run cpy up
1 parent cda6c68 commit 4f99399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ARG USERNAME=automatic
2121
ARG USER_UID=1000
2222
ARG USER_GID=$USER_UID
2323
COPY library-scripts/*.sh /tmp/library-scripts/
24+
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
2425
RUN apt-get update \
2526
&& /bin/bash /tmp/library-scripts/common-debian.sh "${INSTALL_ZSH}" "${USERNAME}" "${USER_UID}" "${USER_GID}" "${UPGRADE_PACKAGES}" "true" "true" \
2627
# Use Docker script from script library to set things up
@@ -39,7 +40,6 @@ CMD [ "sleep", "infinity" ]
3940
RUN apt update && apt-get install -y --allow-downgrades dotnet-sdk-6.0=6.0.300-1
4041
RUN apt-get install build-essential -y
4142
COPY init.sh /var/init.sh
42-
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
4343

4444
# [Optional] Uncomment this section to install additional OS packages.
4545
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)