Merge "Add curl to python-builder image"

This commit is contained in:
Zuul 2020-02-18 23:20:44 +00:00 committed by Gerrit Code Review
commit 072ac46b47

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