first commit
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
This commit is contained in:
14
base/webmin/1.850/Dockerfile
Normal file
14
base/webmin/1.850/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM buildpack-deps:jessie-curl
|
||||
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
|
||||
RUN apt-get -o Acquire::GzipIndexes=false update \
|
||||
&& apt-get install -y perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl python apt-show-versions \
|
||||
&& cd /tmp/ \
|
||||
&& wget http://prdownloads.sourceforge.net/webadmin/webmin_1.850_all.deb \
|
||||
&& dpkg -i webmin_1.850_all.deb \
|
||||
&& echo 'root:password' | chpasswd \
|
||||
&& chmod +x /docker-entrypoint.sh \
|
||||
&& rm -rf /tmp/* /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT /docker-entrypoint.sh
|
Reference in New Issue
Block a user