Skip to content

Commit dd6c419

Browse files
feat: Update Dockerfile
1 parent 412e469 commit dd6c419

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VARIANT=latest
2-
FROM docker.io/library/ubuntu:$VARIANT
2+
FROM docker.io/library/python:$VARIANT
33

44
ARG USERNAME=codespace
55
ARG USER_UID=1000
@@ -19,9 +19,8 @@ RUN \
1919
bash /tmp/scripts/shfmt-debian.sh "3.5.1"; \
2020
bash /tmp/scripts/shellcheck-debian.sh "0.8.0"; \
2121
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; \
22+
bash /tmp/scripts/trivy-debian.sh; \
23+
bash /tmp/scripts/setup-python-tools.sh "/usr/local/bin/python" "/usr/local/"; \
2524
apt-get autoremove; \
2625
apt-get clean; \
2726
rm -rf /var/lib/apt/lists/* /tmp/scripts

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy