Revert "Merge branch 'eread/add-ruby-3_2-www_gitlab_com-image' into 'master'"

This commit is contained in:
Evan Read 2023-03-06 06:30:06 +00:00 committed by Balasankar 'Balu' C
parent 44f96ad883
commit 5a1ee91e9d
4 changed files with 3 additions and 28 deletions

View file

@ -14,7 +14,7 @@ RUN cd /usr/bin && find ../lib/google-cloud-sdk/bin -type f -executable -exec ln
ADD /scripts/ /scripts/
ADD /patches /patches/
RUN NODE_INSTALL_VERSION=16.19.1 /scripts/install-www-gitlab-com
RUN /scripts/install-www-gitlab-com
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
# Must be set after install-essentials is run