Skip to content

Commit f9e0ba5

Browse files
committed
Merge pull request #822 from zyegfryed/patch-1
fix(database): removed duplicate etcdctl installation statements
2 parents 3dcc787 + 123776e commit f9e0ba5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

database/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ RUN wget --quiet --no-check-certificate -O - https://www.postgresql.org/media/ke
88
RUN apt-get update
99
RUN apt-get install -yq postgresql-9.3 && /etc/init.d/postgresql stop
1010

11-
# install latest etcdctl including no-peers options
12-
RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
13-
RUN chmod +x /usr/local/bin/etcdctl
14-
1511
# install latest etcdctl including no-sync options
1612
RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
1713
RUN chmod +x /usr/local/bin/etcdctl

0 commit comments

Comments
 (0)