We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b4397 commit f9a6869Copy full SHA for f9a6869
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.12
3
4
COPY . /src
5
6
-RUN apk add build-base cmake git bash autoconf texinfo patch pkgconfig
+RUN apk add build-base cmake git bash autoconf texinfo patch pkgconfig python3 && ln -sf python3 /usr/bin/python
7
RUN cd /src && mkdir build && cd build && cmake .. && make -j$(nproc)
8
9
# Second stage of Dockerfile
0 commit comments