7 lines
79 B
Docker
7 lines
79 B
Docker
FROM thallian/confd-env:latest
|
|
|
|
RUN apk --no-cache add \
|
|
rspamd
|
|
|
|
ADD rootfs /
|