Browse Source

do full-upgrade in debian base container

feature/gitea-auto-startstop-script
Mar Alegre 4 years ago
parent
commit
5f2df2a7a7
  1. 2
      debian/Containerfile

2
debian/Containerfile

@ -24,7 +24,7 @@ RUN rm /etc/localtime && \
# Install packages # Install packages
RUN apt update -y && \ RUN apt update -y && \
apt upgrade -y && \ apt full-upgrade -y && \
apt install -y init sudo wget nano less man-db unzip rsync procps software-properties-common && \ apt install -y init sudo wget nano less man-db unzip rsync procps software-properties-common && \
apt autoremove -y --purge && \ apt autoremove -y --purge && \
apt clean -y apt clean -y

Loading…
Cancel
Save