docker-dehydrated/Dockerfile
Jan Christian Grünhage e4909ebf48
All checks were successful
the build was successful
chore: move alpine-base to docker.jcg.re
2017-12-09 11:13:44 +01:00

26 lines
453 B
Docker

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