See if we can start with some source

And just let CircleCI update it
This commit is contained in:
Jean-Paul Calderone 2019-04-04 12:38:48 -04:00
parent 53b9e92901
commit 99f0dad02b

View File

@ -2,7 +2,8 @@ FROM debian:8
ENV WHEELHOUSE_PATH /tmp/wheelhouse
ENV VIRTUALENV_PATH /tmp/venv
ENV BUILD_SRC_ROOT /tmp/image-build-time-source
# This will get updated by the CircleCI checkout step.
ENV BUILD_SRC_ROOT /tmp/project
RUN apt-get --quiet update && \
apt-get --quiet --yes install git && \