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 7f1ab05 commit 0f15bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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

FROM base AS builder
ARG BUILD_ARCH
Expand Down

0 comments on commit 0f15bce

Please sign in to comment.