mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Update Docker image to Debian 12 Bookworm (#586)
This commit is contained in:
parent
95864a9ace
commit
0be509730a
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user