Paolo Asperti
da909c8c53
Some checks reported errors
continuous-integration/drone/tag Build was killed
7 lines
132 B
Docker
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
|