Skip to content

Commit f9a6869

Browse files
authored
docker: add python
1 parent 58b4397 commit f9a6869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.12
33

44
COPY . /src
55

6-
RUN apk add build-base cmake git bash autoconf texinfo patch pkgconfig
6+
RUN apk add build-base cmake git bash autoconf texinfo patch pkgconfig python3 && ln -sf python3 /usr/bin/python
77
RUN cd /src && mkdir build && cd build && cmake .. && make -j$(nproc)
88

99
# Second stage of Dockerfile

0 commit comments

Comments
 (0)