File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV PATH="/opt/python/${PYTHON_SPEC}/bin:${PATH}"
32
32
ENV PYTHON_INCLUDE_DIR /opt/python/${PYTHON_SPEC}/include
33
33
ENV PYTHON_LIBRARIES /opt/python/${PYTHON_SPEC}/lib/python${PYTHON_VERSION}
34
34
35
- RUN pip3 install pyyaml
35
+ RUN pip3 install pyyaml setuptools
36
36
37
37
ADD .build/dependencies.yaml /
38
38
ADD .build/dep-version.py /usr/local/bin
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ENV PATH="/opt/python/${PYTHON_SPEC}/bin:${PATH}"
33
33
ENV PYTHON_INCLUDE_DIR /opt/python/${PYTHON_SPEC}/include
34
34
ENV PYTHON_LIBRARIES /opt/python/${PYTHON_SPEC}/lib/python${PYTHON_VERSION}
35
35
36
- RUN pip install pyyaml
36
+ RUN pip install pyyaml setuptools
37
37
38
38
RUN apk add cmake
39
39
You can’t perform that action at this time.
0 commit comments