demo: Remove jq and sfdisk from etcd image

They are no longer needed as the mounting happens in the
mount container.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-04-10 11:41:17 +01:00
parent ce70127028
commit 29ad037125

View File

@ -1,10 +1,5 @@
# A dockerfile to build an etcd container image from the upstream one
# with a script as entry point
FROM quay.io/coreos/etcd:v3.1.5
# sfdisk and jq re required to mount the disk
RUN apk add --no-cache sfdisk jq
COPY ./etcd.sh /
ENTRYPOINT ["/etcd.sh"]