Skip to content

Commit 592ac09

Browse files
Merge pull request #172 from Mark-Simulacrum/update-deps
Revert ubuntu upgrade
2 parents caf4c5b + a0acbf5 commit 592ac09

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,4 +1,5 @@
1-
FROM ubuntu:jammy
1+
FROM ubuntu:focal
2+
# We need an older Ubuntu as github3 depends on < Python 3.10 to avoid errors
23

34
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
45
python3-pip \

0 commit comments

Comments
 (0)