Files
dpkg-buildpackage/Dockerfile
a1012112796 29160bd1dd
All checks were successful
continuous-integration/drone/push Build is passing
install git
Signed-off-by: a1012112796 <1012112796@qq.com>
2022-11-12 10:00:13 +08:00

12 lines
233 B
Docker

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 \
git \
debhelper \
devscripts