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