Skip to content

Commit

Permalink
Base dockerfile on debian bookworm, install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Nov 9, 2023
1 parent d2150d7 commit 7857490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11-slim-bullseye
FROM docker.io/python:3.11-slim-bookworm

ENV PYTHONFAULTHANDLER=1 \
PYTHONHASHSEED=random \
Expand Down
2 changes: 1 addition & 1 deletion install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apt-get update
apt-get -y upgrade

# Install application dependencies
apt-get -y install --no-install-recommends capnproto libffi7 zlib1g
apt-get -y install --no-install-recommends capnproto libffi7 zlib1g gcc

# Delete cached files we don't need anymore (note that if you're
# using official Docker images for Debian or Ubuntu, this happens
Expand Down

0 comments on commit 7857490

Please sign in to comment.