Paolo Asperti
b6e29a005c
All checks were successful
continuous-integration/drone/tag Build is passing
9 lines
168 B
Docker
9 lines
168 B
Docker
ARG BUILD_FROM
|
|
FROM ${BUILD_FROM}
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN \
|
|
apt-get update && \
|
|
apt-get install -y build-essential devscripts debhelper pkg-config
|