mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 03:40:14 +00:00
Let us figure out which release we're on
This commit is contained in:
parent
1c5b284a3b
commit
9fc6d807d8
@ -7,8 +7,9 @@ ENV VIRTUALENV_PATH /tmp/venv
|
|||||||
ENV BUILD_SRC_ROOT /tmp/project
|
ENV BUILD_SRC_ROOT /tmp/project
|
||||||
|
|
||||||
RUN apt-get --quiet update && \
|
RUN apt-get --quiet update && \
|
||||||
apt-get --quiet --yes install git && \
|
|
||||||
apt-get --quiet --yes install \
|
apt-get --quiet --yes install \
|
||||||
|
git \
|
||||||
|
lsb-release \
|
||||||
sudo \
|
sudo \
|
||||||
build-essential \
|
build-essential \
|
||||||
python2.7 \
|
python2.7 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user