This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
kernel-configs/Dockerfile
2021-02-16 16:57:24 +01:00

10 lines
220 B
Docker

FROM debian:stable-slim
RUN apt-get update && apt-get install -y \
procps build-essential dpkg-dev dpkg-cross \
devscripts make && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/*