Skip to content

Commit dab969c

Browse files
committed
Install Python3 from apt
1 parent 9055823 commit dab969c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:jammy
22

33
RUN cd /tmp \
44
&& apt update \
5-
&& apt install -y curl git vim zip unzip tini \
5+
&& apt install -y curl git vim zip unzip tini python3 python-is-python3 \
66
&& apt clean \
77
&& curl -o /usr/local/share/ca-certificates/customcert.crt http://pki.jlab.org/JLabCA.crt \
88
&& update-ca-certificates \

0 commit comments

Comments
 (0)