5f398db202
See #4
13 lines
239 B
Docker
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/
|