Revert "buid(debian): remove config-package build deps."

config-package-dev is required for files hide and displace in the Debian
pkg.

This reverts commit d618583390.
This commit is contained in:
Alexandre Pujol 2022-10-16 12:05:28 +01:00
parent bc70195bc7
commit 2ed2ed8034
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 8 additions and 6 deletions

View file

@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main contrib non-free' >> /etc/apt/sources.list && \
apt-get update -y && apt-get -qq -y --no-install-recommends upgrade && \
apt-get -qq -y --no-install-recommends install \
build-essential devscripts debhelper fakeroot \
build-essential devscripts debhelper fakeroot config-package-dev \
git lsb-release rsync && \
apt-get -qq -y --no-install-recommends install \
golang-1.19-go -t bullseye-backports && \

View file

@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
# hadolint ignore=DL3008
RUN apt-get update -y && apt-get -qq -y --no-install-recommends upgrade && \
apt-get -qq -y --no-install-recommends install \
build-essential devscripts debhelper fakeroot \
build-essential devscripts debhelper fakeroot config-package-dev \
git lsb-release rsync golang-go && \
apt-get -qy autoremove && \
apt-get -qq --purge remove -y .\*-doc$ && \