tahoe-lafs/.circleci/Dockerfile.ubuntu-16.04

19 lines
434 B
Docker
Raw Normal View History

2019-04-03 19:58:14 +00:00
FROM ubuntu:16.04
# language-pack-en included to support the en_US LANG setting.
# iproute2 necessary for automatic address detection/assignment.
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 \
language-pack-en \
iproute2