1FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b 2 3RUN apk add --no-cache gettext 4 5ADD envsubst_inplace.sh /entrypoint.sh 6 7ENTRYPOINT ["/entrypoint.sh"]
View as plain text