Add curl to Ubuntu docker images.

pull/16270/head
Matt Clay 8 years ago
parent 1fe8ebce1b
commit 82b978e186

@ -7,6 +7,7 @@ RUN apt-get update -y && \
asciidoc \ asciidoc \
bzip2 \ bzip2 \
cdbs \ cdbs \
curl \
debhelper \ debhelper \
debianutils \ debianutils \
devscripts \ devscripts \

@ -7,6 +7,7 @@ RUN apt-get update -y && \
asciidoc \ asciidoc \
bzip2 \ bzip2 \
cdbs \ cdbs \
curl \
debhelper \ debhelper \
debianutils \ debianutils \
devscripts \ devscripts \

Loading…
Cancel
Save