set LANG env
This commit is contained in:
parent
744db82eb4
commit
8b33215ff9
@ -2,7 +2,8 @@ FROM alpine:3.9
|
|||||||
LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
|
LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
|
||||||
|
|
||||||
ENV S6_OVERLAY_VERSION=v1.21.8.0
|
ENV S6_OVERLAY_VERSION=v1.21.8.0
|
||||||
|
ENV LANG=en_US.UTF-8
|
||||||
|
|
||||||
RUN apk --no-cache add libressl syslog-ng
|
RUN apk --no-cache add libressl syslog-ng
|
||||||
RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C /
|
RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user