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

Commit

Permalink
Fixing ENV variables
Browse files Browse the repository at this point in the history
  • Loading branch information
firrae committed Jul 10, 2016
1 parent 8e10b37 commit d46acd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:jessie
MAINTAINER Steve Lambe <@firrae>

ENV LANG=C \
LC_ALL=C \
ENV LANG C
ENV LC_ALL "C"

RUN apt-get update && \
apt-get install -y git curl && \
Expand Down

0 comments on commit d46acd1

Please sign in to comment.