mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Add curl
to docker testbed image
This commit is contained in:
parent
d28df86494
commit
e90ebd67be
@ -2,7 +2,7 @@ FROM ubuntu:yakkety
|
||||
MAINTAINER Tim Byrne <sultan@locehilios.com>
|
||||
|
||||
# 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
|
||||
RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg
|
||||
|
Loading…
Reference in New Issue
Block a user