1
0
mirror of https://github.com/distribution/distribution synced 2024-11-06 19:35:52 +01:00

Correct ENV declaration in Dockerfile

This commit is contained in:
Stephen J Day 2014-11-26 13:14:20 -08:00
parent 59c399cb25
commit 4a4d403655

@ -6,7 +6,7 @@ ENV GOROOT /usr/local/go
ENV PATH $PATH:$GOROOT/bin:$GOPATH/bin
ENV LANG C
ENG LC_ALL C
ENV LC_ALL C
RUN apt-get update && apt-get install -y \
wget ca-certificates git mercurial bzr \