Let us figure out which release we're on

This commit is contained in:
Jean-Paul Calderone 2019-04-04 15:59:07 -04:00
parent 1c5b284a3b
commit 9fc6d807d8

View File

@ -7,8 +7,9 @@ ENV VIRTUALENV_PATH /tmp/venv
ENV BUILD_SRC_ROOT /tmp/project
RUN apt-get --quiet update && \
apt-get --quiet --yes install git && \
apt-get --quiet --yes install \
git \
lsb-release \
sudo \
build-essential \
python2.7 \