mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
14 lines
269 B
Docker
14 lines
269 B
Docker
FROM debian:8
|
|
|
|
RUN apt-get --quiet update && \
|
|
apt-get --quiet --yes install git && \
|
|
apt-get --quiet --yes install \
|
|
sudo \
|
|
build-essential \
|
|
python2.7 \
|
|
python2.7-dev \
|
|
libffi-dev \
|
|
libssl-dev \
|
|
libyaml-dev \
|
|
virtualenv
|