Skip to content

Commit e8a0b60

Browse files
committed
Dockerfile.bionic: add more packages from -backports for debhelper 13
1 parent c639c32 commit e8a0b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile.bionic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG BUILDDATE=99999999
77
RUN sed -i -e 's|archive\.ubuntu\.com/ubuntu|ap-northeast-1.ec2.archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list
88
# Allow use of debhelper-compat 12 in backport
99
# https://help.ubuntu.com/community/UbuntuBackports
10-
RUN /bin/echo -e "Package: debhelper\nPin: release a=bionic-backports\nPin-Priority: 500\n" | tee -a /etc/apt/preferences
10+
RUN /bin/echo -e "Package: debhelper libdebhelper-perl dh-autoreconf dwz\nPin: release a=bionic-backports\nPin-Priority: 500\n\n" | tee -a /etc/apt/preferences
1111

1212
ENV DEBIAN_FRONTEND=noninteractive
1313
RUN mkdir -p /build \

0 commit comments

Comments
 (0)