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.
2 parents caf4c5b + a0acbf5 commit 592ac09Copy full SHA for 592ac09
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