docker-deb-builder/Dockerfile

7 lines
132 B
Docker
Raw Normal View History

2022-02-17 14:42:14 +00:00
ARG BUILD_FROM
2022-02-17 14:08:50 +00:00
FROM ${BUILD_FROM}
RUN \
apt-get update && \
apt-get install -y build-essential devscripts debhelper pkg-config