mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +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