mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +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
|
FROM ruby:2.1
|
||||||
|
|
||||||
ENV PACKAGES "git-core" \
|
ENV PACKAGES="git-core" \
|
||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
ADD / /
|
ADD / /
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ruby:2.2
|
FROM ruby:2.2
|
||||||
|
|
||||||
ENV PACKAGES "git-core" \
|
ENV PACKAGES="git-core" \
|
||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
ADD / /
|
ADD / /
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ruby:2.3
|
FROM ruby:2.3
|
||||||
|
|
||||||
ENV PACKAGES "git-core" \
|
ENV PACKAGES="git-core" \
|
||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
ADD / /
|
ADD / /
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ruby:2.1
|
FROM ruby:2.1
|
||||||
|
|
||||||
ENV PACKAGES "git-core nodejs pandoc texlive-latex-recommended texlive-xetex texlive-fonts-recommended ed" \
|
ENV PACKAGES="git-core nodejs pandoc texlive-latex-recommended texlive-xetex texlive-fonts-recommended ed" \
|
||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
ADD / /
|
ADD / /
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue