mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-11 06:27:03 +00:00
5 lines
236 B
Docker
5 lines
236 B
Docker
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
|