This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
ARG BUILD_FROM=debian:bullseye
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y build-essential devscripts debhelper pkg-config
|
||||
Reference in New Issue
Block a user