fix tls paths

This commit is contained in:
Sebastian Hugentobler 2021-08-20 08:18:14 +02:00
parent 2d5e46c88d
commit b13f5acdb8
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
5 changed files with 3 additions and 12 deletions

View file

@ -1,7 +1,5 @@
FROM thallian/confd-env:latest
ENV CERT_HOME /etc/ssl/murmur
RUN apk add --no-cache \
murmur \
icu-libs \
@ -10,6 +8,4 @@ RUN apk add --no-cache \
ADD /rootfs /
VOLUME [ "/etc/ssl/murmur" ]
EXPOSE 64738