include autopkgtest/build-essential to speed up and save bandwidth

This Docker image will be cached locally on the runners and often reused.
This commit is contained in:
Hans-Christoph Steiner 2018-05-23 21:15:47 +02:00
parent 09d87e7784
commit 03c69d512c
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ RUN mkdir -p /usr/share/man/man1 \
&& apt-get -qy upgrade \
&& apt-get -qy dist-upgrade \
&& apt-get -qy install --no-install-recommends \
autopkgtest \
build-essential \
ca-certificates \
fakeroot \
git-buildpackage \