mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
See if we can start with some source
And just let CircleCI update it
This commit is contained in:
parent
53b9e92901
commit
99f0dad02b
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user