ubuntu.template
16 lines
| 298 B
| text/plain
|
TextLexer
Gregory Szorc
|
r38477 | FROM ubuntu:%CODENAME% | ||
Gregory Szorc
|
r38475 | |||
RUN groupadd -g 1000 build && \ | ||||
useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build | ||||
Gregory Szorc
|
r38023 | RUN apt-get update && apt-get install -y \ | ||
build-essential \ | ||||
debhelper \ | ||||
devscripts \ | ||||
dh-python \ | ||||
less \ | ||||
python \ | ||||
python-all-dev \ | ||||
python-docutils \ | ||||
unzip \ | ||||
zip | ||||