Skip to content

Commit 489fbf3

Browse files
committed
remove wrong etcd-install
1 parent 108c42a commit 489fbf3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docker/postgres/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ RUN ${PACKAGER} -y update && ${PACKAGER} -y install --nodocs --noplugins --setop
5959
cronie \
6060
&& ${PACKAGER} -y clean all;
6161

62-
RUN ETCDVERSION=3.5.13 \
63-
&& echo "https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etcd-v${ETCDVERSION}-linux-${ARCH}.tar.gz"
64-
6562
# install etcdctl
6663
RUN curl -L https://github.com/coreos/etcd/releases/download/v${ETCD_VERSION}/etcd-v${ETCD_VERSION}-linux-${ARCH}.tar.gz | tar xz -C /bin --strip=1 --wildcards --no-anchored --no-same-owner etcdctl etcd;
6764

0 commit comments

Comments
 (0)