add tzdata to alpine image
This commit is contained in:
parent
f1669a6241
commit
f6dbe20c1a
|
@ -22,6 +22,7 @@ FROM alpine AS alpine
|
||||||
COPY --from=build /go/src/github.com/SenseUnit/dumbproxy/dumbproxy /
|
COPY --from=build /go/src/github.com/SenseUnit/dumbproxy/dumbproxy /
|
||||||
COPY --from=build /certs.crt /etc/ssl/certs/ca-certificates.crt
|
COPY --from=build /certs.crt /etc/ssl/certs/ca-certificates.crt
|
||||||
COPY --from=build --chown=9999:9999 /.dumbproxy /.dumbproxy
|
COPY --from=build --chown=9999:9999 /.dumbproxy /.dumbproxy
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
USER 9999:9999
|
USER 9999:9999
|
||||||
EXPOSE 8080/tcp
|
EXPOSE 8080/tcp
|
||||||
ENTRYPOINT ["/dumbproxy", "-bind-address", ":8080"]
|
ENTRYPOINT ["/dumbproxy", "-bind-address", ":8080"]
|
||||||
|
|
Loading…
Reference in New Issue