Create custom image for www-gitlab-com rspec tests

This commit is contained in:
Sean McGivern 2018-11-15 07:00:22 +00:00 committed by Stan Hu
parent 9864ea420a
commit f01ff2114b
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,6 @@ FROM ruby:2.4-slim
ADD /scripts/ /scripts/
RUN /scripts/install-www-gitlab-com
RUN /scripts/install-chrome
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
# Must be set after install-essentials is run