znc-docker/full/Dockerfile

13 lines
239 B
Docker
Raw Normal View History

2017-02-28 23:21:30 +00:00
FROM znc:slim
2017-02-28 23:21:30 +00:00
# znc:slim removed them. Install them again.
RUN set -x \
&& apk add --no-cache \
build-base \
icu-dev \
2017-03-05 21:01:49 +00:00
libressl-dev \
perl \
python3
COPY 30-build-modules.sh /startup-sequence/