Initial commit
This commit is contained in:
5
Containerfile
Normal file
5
Containerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM docker.io/debian:stable-slim
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y dpkg-dev make devscripts
|
||||
|
Reference in New Issue
Block a user