Skip to content

Commit 68999a7

Browse files
committed
Merge branch 'master-3.0' into dist/3.0/focal
2 parents 5d3808f + cfa8853 commit 68999a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/Dockerfile.bionic

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +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
11-
RUN /bin/echo -e "Package: dwz\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
1211

1312
ENV DEBIAN_FRONTEND=noninteractive
1413
RUN mkdir -p /build \

0 commit comments

Comments
 (0)