File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ RUN pip install boto==2.23.0 \
3434# install openssh-client for temporary fleetctl wrapper
3535RUN apt-get install -yq openssh-client
3636
37+ # install latest etcdctl including no-sync options
38+ RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
39+ RUN chmod +x /usr/local/bin/etcdctl
40+
3741# clone the project into /app
3842ADD . /app
3943
@@ -54,10 +58,6 @@ RUN mkdir -p /templates && chown -R deis:deis /templates
5458# create directory for logs
5559RUN mkdir -p /var/log/deis && chown -R deis:deis /var/log/deis
5660
57- # install latest etcdctl including no-sync options
58- RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
59- RUN chmod +x /usr/local/bin/etcdctl
60-
6161# define the execution environment
6262WORKDIR /app
6363CMD ["/app/bin/boot" ]
You can’t perform that action at this time.
0 commit comments