Skip to content

Commit bdcf9bf

Browse files
author
Matthew Fisher
committed
chore(*): rely on etcdctl in deis/base
As of deis/base#4, etcdctl v0.4.2 includes the --no-sync option. We no longer need to install an etcdctl branch just to get this option.
1 parent e031cc4 commit bdcf9bf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ RUN pip install celery==3.1.11 \
3131
# install openssh-client for temporary fleetctl wrapper
3232
RUN apt-get install -yq openssh-client
3333

34-
# install latest etcdctl including no-sync options
35-
RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
36-
RUN chmod +x /usr/local/bin/etcdctl
37-
3834
# clone the project into /app
3935
ADD . /app
4036

0 commit comments

Comments
 (0)