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