Skip to content

Commit

Permalink
HRINT-4004 Change order in multiarch.dockerfile for deb
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenshadow21 authored and arekpalinski committed Mar 3, 2025
1 parent 3467e4d commit 946de66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/linux/pkg/deb/ubuntu_multiarch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ COPY --from=qemu /usr/bin/qemu-${QEMU_ARCH}-static /usr/bin
ARG DISTRO_VERSION_NAME
ARG DISTRO_VERSION

RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y dos2unix devscripts dh-make wget gettext-base lintian curl debhelper

RUN apt update \
&& apt-get -y dist-upgrade \
&& apt install -y curl wget apt-transport-https

RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y dos2unix devscripts dh-make wget gettext-base lintian curl debhelper

# https://stackoverflow.com/a/70771488
RUN for i in /etc/ssl/certs/*.pem; do HASH=$(openssl x509 -hash -noout -in $i); if [ ! -f /etc/ssl/certs/$HASH.0 ]; then ln -s $(basename $i) /etc/ssl/certs/$HASH.0; fi; done

Expand Down

0 comments on commit 946de66

Please sign in to comment.