first release
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2022-02-17 15:08:50 +01:00
commit d4d5acdb5c
6 changed files with 690 additions and 0 deletions

6
Dockerfile Normal file
View 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