Initial commit
This commit is contained in:
13
dante/Dockerfile
Normal file
13
dante/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM ubuntu
|
||||
MAINTAINER rmj014@gmail.com
|
||||
RUN apt-get update && apt-get -y upgrade \
|
||||
&& apt-get install -y iputils-ping curl net-tools iptables dante-server
|
||||
RUN apt-get install -y vim
|
||||
|
||||
ADD sockd.conf /etc/danted.conf
|
||||
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
ADD run.sh /usr/local/sbin/run
|
||||
RUN chmod 755 /usr/local/sbin/run
|
||||
ENTRYPOINT /usr/local/sbin/run
|
||||
Reference in New Issue
Block a user