Skip to content

Commit

Permalink
Downgrade to Python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilter committed Jun 17, 2024
1 parent 6e9dadc commit 19fe5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.8

RUN apt-get update -y && apt-get upgrade -y && apt-get install -y build-essential libpoppler-cpp-dev pkg-config python-dev-is-python3 poppler-utils

Expand Down

0 comments on commit 19fe5bf

Please sign in to comment.