mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Fix ENV
This commit is contained in:
parent
086d779cf5
commit
6ae6d22a7f
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM ruby:2.1
|
||||
|
||||
ENV PACKAGES "git-core" \
|
||||
ENV PACKAGES="git-core" \
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
ADD / /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue