mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
and the other one
This commit is contained in:
parent
b484b8b1e0
commit
19c7a2af85
18
.circleci/Dockerfile.ubuntu-18.04
Normal file
18
.circleci/Dockerfile.ubuntu-18.04
Normal file
@ -0,0 +1,18 @@
|
||||
FROM ubuntu:18.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
|
Loading…
Reference in New Issue
Block a user