Skip to content

Commit

Permalink
Hold dash in the stage 2 build too
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed Jun 15, 2023
1 parent 1d8249a commit b829835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ LABEL org.opencontainers.image.authors="thomas@finchsec.com"
# hadolint ignore=DL3005,DL3008,SC2046
RUN sed -i 's/main/main non-free non-free-firmware contrib/' /etc/apt/sources.list.d/debian.sources && \
apt-get update && \
apt-mark hold dash && \
apt-get dist-upgrade -y && \
apt-get install zlib1g libc6 libgmp10 libpcap0.8 libbz2-1.0 \
$([ "$(dpkg --print-architecture)" = "armel" ] && echo pocl-opencl-icd) \
Expand Down

0 comments on commit b829835

Please sign in to comment.