Skip to content

Commit 62e0f4d

Browse files
committed
feat(packages): ensure python3 and perl are installed
Signed-off-by: Alexandre Martos <contact@amartos.fr>
1 parent ff7fe81 commit 62e0f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM alpine:edge
2-
ENV IMAGE_VERSION=20250413
2+
ENV IMAGE_VERSION=20250430
33
ENV CMAKE_BUILD_PARALLEL_LEVEL=2
44
ENV CXX=clang++
55
ENV CC=clang
66
RUN apk -U upgrade
77
RUN <<EOR
88
apk add \
9-
bash git tar rsync zip gzip \
9+
bash python3 perl git tar rsync zip gzip \
1010
build-base gcovr \
1111
cmake make \
1212
meson ninja-build pkgconf py3-pkgconfig \

0 commit comments

Comments
 (0)