Update Dockerfile
This commit is contained in:
parent
3a3b49c7e3
commit
a3a07bfca3
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
FROM thallian/confd-env:latest
|
||||
|
||||
RUN apk add --no-cache murmur
|
||||
RUN apk add --no-cache murmur
|
||||
|
||||
VOLUME /etc/ssl/murmur
|
||||
VOLUME /var/lib/murmur/
|
||||
|
||||
ADD /rootfs /
|
||||
|
||||
EXPOSE 64738
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue