Skip to content

Commit 838e009

Browse files
committed
Bugfix in pipe for Dockerfile in alpinelinux
1 parent 2a26f8f commit 838e009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpinelinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN mkdir -p ${s6_artifacts_dir} \
3434

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

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

0 commit comments

Comments
 (0)