##// END OF EJS Templates
packaging: update Ubuntu docker build dependencies to Python 3...
Connor Sheehan -
r44488:b084ad48 default
parent child Browse files
Show More
@@ -1,16 +1,17
1 1 FROM ubuntu:%CODENAME%
2 2
3 3 RUN groupadd -g 1000 build && \
4 4 useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build
5 5
6 6 RUN apt-get update && apt-get install -y \
7 7 build-essential \
8 8 debhelper \
9 9 devscripts \
10 10 dh-python \
11 11 less \
12 12 python \
13 python-all-dev \
14 python-docutils \
13 python3-all \
14 python3-all-dev \
15 python3-docutils \
15 16 unzip \
16 17 zip
General Comments 0
You need to be logged in to leave comments. Login now