Add env var that describes QA release to Dockerfile

This commit is contained in:
Grzegorz Bizon 2017-03-09 10:48:18 +01:00
parent 37d68f217b
commit 2ae578c6b1
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
FROM ruby:2.3
LABEL maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
ENV GITLAB_RELEASE CE
RUN sed -i "s/httpredir.debian.org/ftp.us.debian.org/" /etc/apt/sources.list && \
apt-get update && apt-get install -y --force-yes \
libqt5webkit5-dev qt5-qmake qt5-default build-essential xvfb git && \