Skip to content

Commit

Permalink
Bugfix in pipe for Dockerfile in alpinelinux
Browse files Browse the repository at this point in the history
  • Loading branch information
komailo committed Mar 1, 2022
1 parent 2a26f8f commit 838e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpinelinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mkdir -p ${s6_artifacts_dir} \

# Perform checksum on s6-overlay artifacts
RUN echo "$(cat /tmp/s6-overlay-noarch.tar.xz.sha256 | cut -f1 -d" ") /tmp/s6-overlay-noarch.tar.xz" | sha256sum -cs
RUN echo "$(cat /tmp/s6-overlay.tar.xz.sha256| cut -f1 -d" ") /tmp/s6-overlay.tar.xz" | sha256sum -cs
RUN echo "$(cat /tmp/s6-overlay.tar.xz.sha256 | cut -f1 -d" ") /tmp/s6-overlay.tar.xz" | sha256sum -cs

# Extract s6-overlay artifacts
RUN tar -C ${s6_artifacts_dir} --xz --extract --preserve-permissions --file /tmp/s6-overlay-noarch.tar.xz \
Expand Down

0 comments on commit 838e009

Please sign in to comment.