We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02f0d3 + bdcf9bf commit a5548ffCopy full SHA for a5548ff
1 file changed
Dockerfile
@@ -31,10 +31,6 @@ RUN pip install celery==3.1.11 \
31
# install openssh-client for temporary fleetctl wrapper
32
RUN apt-get install -yq openssh-client
33
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
-
38
# clone the project into /app
39
ADD . /app
40
0 commit comments