##// 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 b''
1 FROM ubuntu:%CODENAME%
1 FROM ubuntu:%CODENAME%
2
2
3 RUN groupadd -g 1000 build && \
3 RUN groupadd -g 1000 build && \
4 useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build
4 useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build
5
5
6 RUN apt-get update && apt-get install -y \
6 RUN apt-get update && apt-get install -y \
7 build-essential \
7 build-essential \
8 debhelper \
8 debhelper \
9 devscripts \
9 devscripts \
10 dh-python \
10 dh-python \
11 less \
11 less \
12 python \
12 python \
13 python-all-dev \
13 python3-all \
14 python-docutils \
14 python3-all-dev \
15 python3-docutils \
15 unzip \
16 unzip \
16 zip
17 zip
General Comments 0
You need to be logged in to leave comments. Login now