Skip to content

Commit

Permalink
Fix Hadolint error wrt pipe usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Mar 1, 2023
1 parent 4e7766e commit 1450578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chiselled-jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ARG USER
ARG UID
ARG GROUP
ARG GID
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
COPY --from=chisel /opt/chisel-releases /opt/chisel-releases
RUN mkdir -p /rootfs \
&& chisel cut --release /opt/chisel-releases --root /rootfs \
Expand Down

0 comments on commit 1450578

Please sign in to comment.