docker-deb-builder/Dockerfile
Paolo Asperti d4d5acdb5c
Some checks failed
continuous-integration/drone/tag Build is failing
first release
2022-02-17 15:08:50 +01:00

7 lines
148 B
Docker

ARG BUILD_FROM=debian:bullseye
FROM ${BUILD_FROM}
RUN \
apt-get update && \
apt-get install -y build-essential devscripts debhelper pkg-config