We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d3bfa commit 02ade29Copy full SHA for 02ade29
projects/open62541/Dockerfile
@@ -15,7 +15,7 @@
15
################################################################################
16
17
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
18
-RUN apt-get update && apt-get install -y make cmake python-six wget
+RUN apt-get update && apt-get install -y make cmake six wget
19
# We need libmbedtls > 2.5.1 otherwise it does not include the lib for static linking
20
RUN wget https://open62541.org/libmbedtls/libmbedtls-dev_2.6.0-1_amd64.deb && \
21
wget https://open62541.org/libmbedtls/libmbedcrypto0_2.6.0-1_amd64.deb && \
0 commit comments