Files
dpkg-buildpackage/Dockerfile

11 lines
223 B
Docker
Raw Normal View History

FROM ubuntu:20.04
ENV DEBIAN_FRONTEND noniteractive
RUN apt-get -qq update && apt-get -qq -y --no-install-recommends install \
automake \
autoconf \
build-essential \
cmake \
debhelper \
devscripts