diff --git a/Dockerfile b/Dockerfile index 1ec97e5533..f2eb4c4d15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN go build ./cmd/zed-testserver/ FROM alpine:3.14.2 +RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf COPY --from=build /go/bin/grpc_health_probe /usr/local/bin/ COPY --from=build /go/src/app/spicedb /usr/local/bin/spicedb COPY --from=build /go/src/app/zed-testserver /usr/local/bin/zed-testserver