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 |
|
|
14 |
python |
|
|
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