We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1381e2e commit b1e352aCopy full SHA for b1e352a
python/Dockerfile.benchmark
@@ -1,8 +1,8 @@
1
-FROM python:3.7-slim-buster
+FROM python:3.7-slim-bookworm
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
RUN apt-get update \
5
- && apt-get install -y git llvm-7-dev build-essential unzip curl libjson-perl libdigest-crc-perl
+ && apt-get install -y git build-essential unzip curl libjson-perl libdigest-crc-perl
6
7
# install perl runtime for kaitai struct
8
RUN \
0 commit comments