Add curl to python-builder image
It's pretty common to use curl to grab things. Change-Id: Ifdf69b066cc6642a06ce77a36065e867be0fe12d
This commit is contained in:
parent
30297fb10d
commit
37a47fb259
@ -17,7 +17,7 @@ FROM docker.io/library/python:3.7-slim as fake-python
|
|||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y equivs \
|
&& apt-get install -y curl equivs \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
COPY python3-dev.control /tmp/python3-dev.control
|
COPY python3-dev.control /tmp/python3-dev.control
|
||||||
RUN equivs-build /tmp/python3-dev.control
|
RUN equivs-build /tmp/python3-dev.control
|
||||||
|
Loading…
Reference in New Issue
Block a user