8 lines
115 B
Docker
8 lines
115 B
Docker
FROM thallian/confd-env:latest
|
|
|
|
RUN apk add --no-cache murmur qt-postgresql
|
|
|
|
VOLUME /etc/ssl/murmur
|
|
|
|
ADD /rootfs /
|