typo in tar command

This commit is contained in:
Sebastian Hugentobler 2018-12-03 14:04:00 +01:00
parent 16a9cc3114
commit 12681bb221

View File

@ -4,7 +4,7 @@ LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
ENV S6_OVERLAY_VERSION=v1.21.7.0
RUN apk --no-cache add libressl syslog-ng
RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C
RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C /
RUN apk --no-cache upgrade