We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ab9cd commit a04569fCopy full SHA for a04569f
.devcontainer/base.Dockerfile
@@ -39,7 +39,7 @@ CMD [ "sleep", "infinity" ]
39
RUN apt update && apt-get install -y --allow-downgrades dotnet-sdk-6.0=6.0.300-1
40
RUN apt-get install build-essential -y
41
COPY init.sh /var/init.sh
42
-COPY first-run-notice.txt /tmp/scripts/
+COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
43
44
# [Optional] Uncomment this section to install additional OS packages.
45
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
0 commit comments