deb-buildpackage/Containerfile

6 lines
97 B
Docker

FROM docker.io/debian:stable-slim
RUN apt update && \
apt install -y dpkg-dev make devscripts