1
0
Fork 0
mirror of synced 2025-01-15 00:56:15 -05:00

Add curl to docker testbed image

This commit is contained in:
Tim Byrne 2017-01-26 23:32:07 -06:00
parent d28df86494
commit e90ebd67be
No known key found for this signature in database
GPG key ID: 6CBE24C2FD8CF76E

View file

@ -2,7 +2,7 @@ FROM ubuntu:yakkety
MAINTAINER Tim Byrne <sultan@locehilios.com> MAINTAINER Tim Byrne <sultan@locehilios.com>
# Install prerequisites # Install prerequisites
RUN apt-get update && apt-get install -y git gnupg1 make shellcheck bats expect RUN apt-get update && apt-get install -y git gnupg1 make shellcheck bats expect curl
# Force GNUPG version 1 at path /usr/bin/gpg # Force GNUPG version 1 at path /usr/bin/gpg
RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg