Skip to content

Commit

Permalink
Merge pull request #73 from ubuntu-rocks/fix-hadolint
Browse files Browse the repository at this point in the history
Fix Hadolint error wrt pipe usage
  • Loading branch information
cjdcordeiro authored Mar 1, 2023
2 parents 4e7766e + 1450578 commit c2e60df
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 c2e60df

Please sign in to comment.