seems we need some more packages and some configuration in nsswitch.conf

This commit is contained in:
Micha Gläß-Stöcker 2021-06-29 13:05:14 +02:00
parent d0ea817ec2
commit ba5d8536ad

View file

@ -27,6 +27,11 @@ RUN \
EXPOSE 9000
RUN \
apk add --no-cache ca-certificates 'curl>7.61.0' 'su-exec>=0.2' && \
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
VOLUME ["/data"]