##// END OF EJS Templates
contrib: drop Python 2.6 from manylinux1 wheel script
contrib: drop Python 2.6 from manylinux1 wheel script

File last commit:

r33023:e02bae37 stable
r33580:63726711 stable
Show More
ubuntu.template
12 lines | 206 B | text/plain | TextLexer
Sean Farley
make: turn ubuntu docker into template...
r29031 FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
av6
docker: install less as a build-time dependency in deb-based distros...
r33023 less \
Sean Farley
make: turn ubuntu docker into template...
r29031 python \
python-all-dev \
python-docutils \
zip \
unzip