znc-docker/full/Dockerfile
2017-06-22 23:25:05 +01:00

13 lines
239 B
Docker

FROM znc:slim
# znc:slim removed them. Install them again.
RUN set -x \
&& apk add --no-cache \
build-base \
icu-dev \
libressl-dev \
perl \
python3
COPY 30-build-modules.sh /startup-sequence/