forked from MarseyWorld/MarseyWorld
add apt -y autoremove
parent
bb0a78aaa4
commit
891f4eec70
|
@ -2,8 +2,9 @@ FROM ubuntu:22.04
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt update
|
RUN apt -y update
|
||||||
RUN apt -y upgrade
|
RUN apt -y upgrade
|
||||||
|
RUN apt -y autoremove
|
||||||
RUN apt install -y supervisor
|
RUN apt install -y supervisor
|
||||||
RUN apt install -y python3-pip
|
RUN apt install -y python3-pip
|
||||||
RUN apt install -y ffmpeg
|
RUN apt install -y ffmpeg
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
apt -y update
|
apt -y update
|
||||||
apt -y upgrade
|
apt -y upgrade
|
||||||
|
apt -y autoremove
|
||||||
apt -y install git redis-server python3-pip ffmpeg nginx snapd ufw gpg-agent htop nano mailutils
|
apt -y install git redis-server python3-pip ffmpeg nginx snapd ufw gpg-agent htop nano mailutils
|
||||||
|
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
|
|
Loading…
Reference in New Issue