We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d467ebb commit a0acbf5Copy full SHA for a0acbf5
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM ubuntu:jammy
+FROM ubuntu:focal
2
+# We need an older Ubuntu as github3 depends on < Python 3.10 to avoid errors
3
4
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
5
python3-pip \
0 commit comments