Skip to content

Commit

Permalink
Merge pull request #34 from tucked/slim
Browse files Browse the repository at this point in the history
Use python:3.11-slim as the pbnh base image
  • Loading branch information
tucked authored Jan 18, 2025
2 parents 9ef21d3 + 8ea2f9c commit 627cf76
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.11
FROM python:3.11-slim
# psycopg2: https://www.psycopg.org/docs/install.html#build-prerequisites
# python-magic: https://github.com/ahupp/python-magic#debianubuntu
RUN apt update && apt install --assume-yes \
Expand Down

0 comments on commit 627cf76

Please sign in to comment.