Skip to content
Snippets Groups Projects
Commit 07714725 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

Merge branch 'dns_patch' into 'master'

fix: added RUN echo "hosts: files dns" > /etc/nsswitch.conf to Dockerfile to...

See merge request pocs/cozy/cozy-oauth-proxy!3
parents b17d9455 5669c838
Branches
No related tags found
1 merge request!3fix: added RUN echo "hosts: files dns" > /etc/nsswitch.conf to Dockerfile to...
Pipeline #5770 passed
......@@ -20,6 +20,8 @@ WORKDIR /app
RUN apk update && apk add ca-certificates libcap
# ca-certificates for autocert (Let's Encrypt) and mailcap to get mime types for downloaded documents
RUN echo "hosts: files dns" > /etc/nsswitch.conf
COPY --from=server-builder /server/server /app
RUN setcap cap_net_bind_service=+ep server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment