You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
236 B
5 lines
236 B
7 years ago
|
FROM debian:stable
|
||
|
WORKDIR /britney
|
||
|
ADD . /britney
|
||
|
RUN apt-get update && apt-get install --no-install-recommends --assume-yes python3 python3-apt python3-yaml python3-coverage python3-nose rsync libclass-accessor-perl libdpkg-perl curl
|