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 412e469 commit dd6c419Copy full SHA for dd6c419
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
ARG VARIANT=latest
2
-FROM docker.io/library/ubuntu:$VARIANT
+FROM docker.io/library/python:$VARIANT
3
4
ARG USERNAME=codespace
5
ARG USER_UID=1000
@@ -19,9 +19,8 @@ RUN \
19
bash /tmp/scripts/shfmt-debian.sh "3.5.1"; \
20
bash /tmp/scripts/shellcheck-debian.sh "0.8.0"; \
21
bash /tmp/scripts/editorconfig-debian.sh "2.5.0"; \
22
- bash /tmp/scripts/trivy.sh "0.30.4" "debian"; \
23
- bash /tmp/scripts/python-debian.sh; \
24
- bash /tmp/scripts/setup-python-tools.sh; \
+ bash /tmp/scripts/trivy-debian.sh; \
+ bash /tmp/scripts/setup-python-tools.sh "/usr/local/bin/python" "/usr/local/"; \
25
apt-get autoremove; \
26
apt-get clean; \
27
rm -rf /var/lib/apt/lists/* /tmp/scripts
0 commit comments