add apt -y autoremove

pull/132/head
Aevann 3 months ago
parent bb0a78aaa4
commit 891f4eec70
  1. 3
      Dockerfile
  2. 1
      ubuntu_setup.sh

@ -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

@ -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

Loading…
Cancel
Save