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 7d550b2 commit 8a48a92Copy full SHA for 8a48a92
Dockerfile
@@ -1,5 +1,6 @@
1
# syntax=docker/dockerfile:1
2
-FROM ubuntu:latest
+FROM ubuntu:20.04
3
+ARG DEBIAN_FRONTEND=noninteractive
4
5
RUN apt-get update && apt-get install -y python3.9 python3-pip
6
0 commit comments