Fix CI again. getting sick of this shit

This commit is contained in:
Jamie Curnow 2018-07-31 16:26:23 +10:00
parent dae74dceb1
commit c763ea3a7c

View File

@ -13,7 +13,7 @@ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
COPY rootfs /
# s6 overlay
RUN curl -L -o /tmp/s6-overlay-amd64.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-armhf.tar.gz" \
RUN curl -L -o /tmp/s6-overlay-armhf.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-armhf.tar.gz" \
&& tar xzf /tmp/s6-overlay-armhf.tar.gz -C /
# App