Skip to content

Commit ab28fda

Browse files
committed
Force rebuild
1 parent 2eafc8b commit ab28fda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1212
ENV ETCDCTL_VERSION v0.4.6
1313
RUN 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
2121
ADD requirements.txt /opt/requirements.txt
2222
RUN pip install -r /opt/requirements.txt
2323

24-
#Supervisor Config
24+
# Supervisor Config
2525
RUN mkdir -p /var/log/supervisor
2626
ADD bin/supervisord-wrapper.sh /usr/sbin/supervisord-wrapper.sh
2727
RUN chmod +x /usr/sbin/supervisord-wrapper.sh && \
2828
ln -sf /etc/supervisor/supervisord.conf /etc/supervisord.conf
2929

30-
#Etc Config
30+
# Etc Config
3131
ADD etc /etc
3232

3333
ADD . /opt/cluster-orchestrator

0 commit comments

Comments
 (0)