We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaadba2 + ff5e1c4 commit 76946acCopy full SHA for 76946ac
3 files changed
.github/workflows/build.yaml
@@ -33,6 +33,6 @@ jobs:
33
with:
34
subFolder: ${{ matrix.image }}
35
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
36
- imageTag: latest,0.4
+ imageTag: latest,0.5
37
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
38
push: always
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