Skip to content

Commit 8a48a92

Browse files
authored
Update Dockerfile
1 parent 7d550b2 commit 8a48a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# syntax=docker/dockerfile:1
2-
FROM ubuntu:latest
2+
FROM ubuntu:20.04
3+
ARG DEBIAN_FRONTEND=noninteractive
34

45
RUN apt-get update && apt-get install -y python3.9 python3-pip
56

0 commit comments

Comments
 (0)