source:
trunk/Dockerfile
Last change on this file was b5d16f07, checked in by Brian Warner <warner@…>, at 2016-09-26T22:19:04Z | |
---|---|
|
|
File size: 146 bytes |
Line | |
---|---|
1 | FROM python:2.7 |
2 | |
3 | ADD . /tahoe-lafs |
4 | RUN \ |
5 | cd /tahoe-lafs && \ |
6 | git pull --depth=100 && \ |
7 | pip install . && \ |
8 | rm -rf ~/.cache/ |
9 | |
10 | WORKDIR /root |
Note: See TracBrowser
for help on using the repository browser.