We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaadba2 commit 87c227bCopy full SHA for 87c227b
2 files changed
universal/.devcontainer/Dockerfile
@@ -2,6 +2,4 @@ FROM mcr.microsoft.com/devcontainers/universal:2-focal
2
3
USER root
4
5
-COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
6
-
7
-RUN rm /usr/local/etc/vscode-dev-containers/conda-notice.txt
+COPY first-run-notice.txt conda-notice.txt /usr/local/etc/vscode-dev-containers/
universal/.devcontainer/conda-notice.txt
0 commit comments