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 7a15600 commit c6f628aCopy full SHA for c6f628a
Dockerfile
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
18
ca-certificates \
19
gnupg \
20
lsb-release \
21
+ python3 \
22
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \
23
&& echo \
24
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
0 commit comments