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