Update Docker image to Debian 12 Bookworm (#586)

This commit is contained in:
Quentin Pradet 2023-09-04 19:28:38 +04:00 committed by GitHub
parent 95864a9ace
commit 0be509730a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
FROM debian:bullseye-20230522 FROM python:3-10-slim-bookworm@sha256:cc91315c3561d0b87d0525cb814d430cfbc70f10ca54577def184da80e87c1db
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y build-essential pkg-config cmake \ apt-get install -y build-essential pkg-config cmake \
python3-dev python3-pip python3-venv \
libzip-dev libjpeg-dev && \ libzip-dev libjpeg-dev && \
apt-get clean apt-get clean