From bcee399ebc0ee88ae220264ca530a7fa6a26a3a4 Mon Sep 17 00:00:00 2001 From: Matt Dietz Date: Tue, 6 Nov 2018 12:50:27 -0600 Subject: [PATCH] Add curl to the docker image The etcd-start script will fetch etcd if no archive is present, but curl has to be installed into the container for that to actually work. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd84822..f0d619f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /work RUN \ apk update && \ - apk add bash + apk add bash curl COPY . \ /work/