##// END OF EJS Templates
fuzz: expand variables by make...
fuzz: expand variables by make Otherwise it wouldn't work unless CC and CXX were exported from the environment.

File last commit:

r38023:1335bbfb default
r38232:bf901559 default
Show More
debian.template
12 lines | 206 B | text/plain | TextLexer
FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
devscripts \
dh-python \
less \
python \
python-all-dev \
python-docutils \
unzip \
zip