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

This commit is contained in:
Alexandre Pujol 2022-10-15 23:14:09 +01:00
parent a470063f0f
commit d618583390
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 6 additions and 8 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 config-package-dev \
build-essential devscripts debhelper fakeroot \
git lsb-release rsync && \
apt-get -qq -y --no-install-recommends install \
golang-1.19-go -t bullseye-backports && \