Skip to content

Commit

Permalink
try disabling libpci3
Browse files Browse the repository at this point in the history
  • Loading branch information
pssc committed Feb 10, 2025
1 parent 0f15bce commit 0e2fc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ENV DEBIAN_FRONTEND "noninteractive"

RUN mv /init /s6init

# Upgrading the operating system inside the container
RUN apt-get update && apt-get dist-upgrade -y -o Dpkg::Options::="--force-confold" && apt-get --no-install-recommends --no-install-suggests -qq -y install wget git rsync patch && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN apt-get purge libpci3 || true
RUN apt-mark hold libpci3
# Upgrading the operating system inside the container
RUN apt-get update && apt-get dist-upgrade -y -o Dpkg::Options::="--force-confold" && apt-get --no-install-recommends --no-install-suggests -qq -y install wget git rsync patch && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

FROM base AS builder
ARG BUILD_ARCH
Expand Down

0 comments on commit 0e2fc2b

Please sign in to comment.