Add curl to Ubuntu docker images.

This commit is contained in:
Matt Clay 2016-06-13 20:06:26 -07:00
parent 1fe8ebce1b
commit 82b978e186
2 changed files with 2 additions and 0 deletions

View file

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

View file

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