mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 21:59:27 +00:00
seems we need some more packages and some configuration in nsswitch.conf
This commit is contained in:
parent
d0ea817ec2
commit
ba5d8536ad
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ RUN \
|
||||||
|
|
||||||
EXPOSE 9000
|
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"]
|
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||||
|
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue