Skip to content

Commit

Permalink
packaging: lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored and edsiper committed Oct 11, 2022
1 parent 79ede20 commit 82c9d0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/distros/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && \
# ubuntu/18.04 base image
FROM ubuntu:18.04 as ubuntu-18.04-base
ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
Expand All @@ -49,6 +50,7 @@ RUN apt-get update && \
# ubuntu/18.04.arm64v8 base image
FROM arm64v8/ubuntu:18.04 as ubuntu-18.04.arm64v8-base
ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY --from=multiarch-aarch64 /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static

Expand Down

0 comments on commit 82c9d0e

Please sign in to comment.