it has to be dockerfile?

This commit is contained in:
2021-02-16 16:57:24 +01:00
parent 1a58057821
commit eaa301118b
2 changed files with 100 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
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/*