FROM alpine MAINTAINER Team ACID @ Zalando # We need root certificates to deal with teams api over https RUN apk --no-cache add ca-certificates COPY build/* / ENTRYPOINT ["/postgres-operator"]