mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 19:54:09 +00:00
Base Dockerfile initial version.
This commit is contained in:
parent
b32664b451
commit
8053c42675
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM python:2.7
|
||||||
|
|
||||||
|
ADD . /tahoe-lafs
|
||||||
|
RUN \
|
||||||
|
sed -i "s/\# alias/alias/" /root/.bashrc && \
|
||||||
|
cd /tahoe-lafs && \
|
||||||
|
make && \
|
||||||
|
ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe
|
||||||
|
|
||||||
|
WORKDIR /root
|
Loading…
Reference in New Issue
Block a user