This commit is contained in:
mercury
2022-10-04 18:36:08 +04:00
commit b0f8bd56c4
35 changed files with 8217 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
from ubuntu:18.04
run apt update && \
apt install -y build-essential gcc make wget && \
wget https://www.inet.no/dante/files/dante-1.4.3.tar.gz && \
tar -xf dante-1.4.3.tar.gz && \
cd dante-1.4.3 && \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-client --without-libwrap --without-bsdauth --without-gssapi --without-krb5 --without-upnp --without-pam && \
make && \
make install
expose 1080
cmd ["sockd"]