Revert "Update Docker image to Debian 12 Bookworm (#586)" (#588)

This commit is contained in:
Quentin Pradet 2023-09-05 12:36:42 +04:00 committed by GitHub
parent 4d2c6e2f4d
commit 64ffbcec0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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