mirror of
https://github.com/distribution/distribution.git
synced 2025-08-31 14:37:56 +00:00
Correct ENV declaration in Dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user