Update Dockerfile

This commit is contained in:
Sebastian Hugentobler 2016-10-31 11:37:04 +01:00 committed by GitHub
parent 3a3b49c7e3
commit a3a07bfca3

View File

@ -1,8 +1,10 @@
FROM thallian/confd-env:latest FROM thallian/confd-env:latest
RUN apk add --no-cache murmur RUN apk add --no-cache murmur
VOLUME /etc/ssl/murmur VOLUME /etc/ssl/murmur
VOLUME /var/lib/murmur/ VOLUME /var/lib/murmur/
ADD /rootfs / ADD /rootfs /
EXPOSE 64738