Skip to content

Commit

Permalink
Add libexpat1 as it is no longer part of the slim Python Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlissett committed Jan 8, 2025
1 parent 6de9cea commit 11236e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY flask_api /srv/flask_api/

WORKDIR /srv/

RUN apt-get update && apt-get install -y libexpat1
RUN pip install -r requirements.txt --src /usr/local/src
RUN touch .env && pip install pyuwsgi --src /usr/local/src

Expand Down

0 comments on commit 11236e3

Please sign in to comment.