Skip to content

Commit

Permalink
build(Dockerfile): set env LANG=C.UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
lujoga committed Nov 3, 2023
1 parent a7eb7f9 commit d3e4800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FROM alpine:3.18
EXPOSE 3000

ENV GODEBUG netdns=go
ENV LANG=C.UTF-8

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /build/drone-multipipeline-abort /bin/
Expand Down

0 comments on commit d3e4800

Please sign in to comment.