Merge "Add curl to python-builder image"
This commit is contained in:
commit
072ac46b47
@ -17,7 +17,7 @@ FROM docker.io/library/python:3.7-slim as fake-python
|
||||
|
||||
WORKDIR /tmp
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y equivs \
|
||||
&& apt-get install -y curl equivs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY python3-dev.control /tmp/python3-dev.control
|
||||
RUN equivs-build /tmp/python3-dev.control
|
||||
|
Loading…
x
Reference in New Issue
Block a user