Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit c5b2d8d

Browse files
Install python
It's needed for the configure script to work, and the minimal installation apparently no longer contains it.
1 parent 4f24878 commit c5b2d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update -y && \
99
make \
1010
libssl-dev \
1111
pkg-config \
12+
python \
1213
python3-venv \
1314
python3-pip \
1415
python3-setuptools \

0 commit comments

Comments
 (0)