Skip to content

Commit c6f628a

Browse files
committed
Fix missing python3 runtime
1 parent 7a15600 commit c6f628a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
1818
ca-certificates \
1919
gnupg \
2020
lsb-release \
21+
python3 \
2122
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \
2223
&& echo \
2324
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \

0 commit comments

Comments
 (0)