Skip to content

Commit

Permalink
update package add extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pssc committed Feb 9, 2025
1 parent 4208871 commit e8b56ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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 update && 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 e8b56ee

Please sign in to comment.