autobuild

This commit is contained in:
2023-09-07 16:07:08 +00:00
parent 017a60ac6c
commit eea6181aed
2 changed files with 7 additions and 11 deletions

View File

@@ -10,8 +10,9 @@ RUN apt update && \
apt install -y apt apt-utils dnsutils sudo && \
apt upgrade -y && \
apt install -y dante-server iproute2 iptables nano curl wget tini && \
apt autoremove --purge -y && apt clean -y && rm -rf /tmp/* && \
chmod 755 /*.sh
apt autoremove --purge -y && apt clean -y && rm -rf /tmp/*
ADD danted.conf /etc/danted.conf
EXPOSE 1080