diff --git a/.circleci/Dockerfile.debian b/.circleci/Dockerfile.debian index ce9f61a3b..492526c0e 100644 --- a/.circleci/Dockerfile.debian +++ b/.circleci/Dockerfile.debian @@ -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 \