Add curl to python-builder image

It's pretty common to use curl to grab things.

Change-Id: Ifdf69b066cc6642a06ce77a36065e867be0fe12d
This commit is contained in:
Monty Taylor 2020-02-13 09:17:59 -06:00
parent 30297fb10d
commit 37a47fb259

View File

@ -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