master
Alexey Sokolov 7 years ago
parent b54828e6f4
commit 7bf73d2591

@ -1,5 +1,8 @@
FROM znc:slim
# I don't know what it should do. It works for me without this line, but not for @tianon
USER root
# znc:slim removed them. Install them again.
RUN set -x \
&& apk add --no-cache \
@ -9,3 +12,6 @@ RUN set -x \
perl \
python3
COPY znc-build-modules.sh /
# Revert the USER root line above
USER znc

Loading…
Cancel
Save