File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update --fix-missing && apt-get install -y \
88 && apt-get clean \
99 && rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
1010
11- # Etcdctl
11+ # Etcdctl
1212ENV ETCDCTL_VERSION v0.4.6
1313RUN curl -L https://github.com/coreos/etcd/releases/download/$ETCDCTL_VERSION/etcd-$ETCDCTL_VERSION-linux-amd64.tar.gz -o /tmp/etcd-$ETCDCTL_VERSION-linux-amd64.tar.gz && \
1414 cd /tmp && gzip -dc etcd-$ETCDCTL_VERSION-linux-amd64.tar.gz | tar -xof - && \
@@ -21,13 +21,13 @@ RUN pip install supervisor==3.1.2 supervisor-stdout
2121ADD requirements.txt /opt/requirements.txt
2222RUN pip install -r /opt/requirements.txt
2323
24- # Supervisor Config
24+ # Supervisor Config
2525RUN mkdir -p /var/log/supervisor
2626ADD bin/supervisord-wrapper.sh /usr/sbin/supervisord-wrapper.sh
2727RUN chmod +x /usr/sbin/supervisord-wrapper.sh && \
2828 ln -sf /etc/supervisor/supervisord.conf /etc/supervisord.conf
2929
30- # Etc Config
30+ # Etc Config
3131ADD etc /etc
3232
3333ADD . /opt/cluster-orchestrator
You can’t perform that action at this time.
0 commit comments