docker-dehydrated/Dockerfile

26 lines
453 B
Docker
Raw Normal View History

FROM docker.jcg.re/base-alpine
2017-07-12 01:57:57 +00:00
MAINTAINER Jan Christian Grünhage <jan.christian@gruenhage.xyz>
ENV UID=192 \
GID=192
2017-07-12 01:57:57 +00:00
RUN apk update \
&& apk add --upgrade \
git \
openssl \
curl \
sed \
grep \
bash \
su-exec \
2017-07-12 02:43:35 +00:00
libxml2-utils \
&& git clone https://github.com/lukas2511/dehydrated /dehydrated
2017-07-12 01:57:57 +00:00
# Add the files in the 'root' folder to the images filesystem
2017-07-12 01:57:57 +00:00
ADD root /
VOLUME /etc/dehydrated
VOLUME /var/www/dehydrated
VOLUME /certs