File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ARG USERNAME=automatic
2121ARG USER_UID=1000
2222ARG USER_GID=$USER_UID
2323COPY library-scripts/*.sh /tmp/library-scripts/
24+ COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
2425RUN 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" ]
3940RUN apt update && apt-get install -y --allow-downgrades dotnet-sdk-6.0=6.0.300-1
4041RUN apt-get install build-essential -y
4142COPY 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 \
You can’t perform that action at this time.
0 commit comments