Skip to content

Commit

Permalink
Fix missing python3 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Nov 2, 2024
1 parent 7a15600 commit c6f628a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
gnupg \
lsb-release \
python3 \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \
&& echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
Expand Down

0 comments on commit c6f628a

Please sign in to comment.