We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dcc787 + 123776e commit f9e0ba5Copy full SHA for f9e0ba5
1 file changed
database/Dockerfile
@@ -8,10 +8,6 @@ RUN wget --quiet --no-check-certificate -O - https://www.postgresql.org/media/ke
8
RUN apt-get update
9
RUN apt-get install -yq postgresql-9.3 && /etc/init.d/postgresql stop
10
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
-
15
# install latest etcdctl including no-sync options
16
RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
17
RUN chmod +x /usr/local/bin/etcdctl
0 commit comments