FROM docker.io/debian:stable-slim
RUN apt update \
&& apt install -y \
--no-install-recommends \
dpkg-dev \
make \
devscripts \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
Powered by TurnKey Linux.