Skip to content
This repository was archived by the owner on Aug 7, 2018. It is now read-only.

Commit d46acd1

Browse files
committed
Fixing ENV variables
1 parent 8e10b37 commit d46acd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM debian:jessie
22
MAINTAINER Steve Lambe <@firrae>
33

4-
ENV LANG=C \
5-
LC_ALL=C \
4+
ENV LANG C
5+
ENV LC_ALL "C"
66

77
RUN apt-get update && \
88
apt-get install -y git curl && \

0 commit comments

Comments
 (0)