docker-deb-builder/Dockerfile
Paolo Asperti da909c8c53
Some checks reported errors
continuous-integration/drone/tag Build was killed
Dockerfile... variable usage
2022-02-17 16:09:29 +01:00

7 lines
132 B
Docker

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