add apt -y autoremove

pull/132/head
Aevann 2023-02-22 08:40:04 +02:00
parent bb0a78aaa4
commit 891f4eec70
2 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,9 @@ FROM ubuntu:22.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt -y update
RUN apt -y upgrade
RUN apt -y autoremove
RUN apt install -y supervisor
RUN apt install -y python3-pip
RUN apt install -y ffmpeg

View File

@ -2,6 +2,7 @@
apt -y update
apt -y upgrade
apt -y autoremove
apt -y install git redis-server python3-pip ffmpeg nginx snapd ufw gpg-agent htop nano mailutils
git config --global credential.helper store