Disabled Immediate-Configure due to errors installing libc6:i386

This commit is contained in:
Héctor Molinero Fernández
2020-10-14 19:03:49 +02:00
parent eed7e67b68
commit 8825b2fea7

View File

@@ -14,7 +14,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
&& dpkg --add-architecture i386 \
]])m4_dnl
&& apt-get update \
&& apt-get install -y --no-install-recommends \
&& apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \
autoconf \
automake \
bison \
@@ -226,7 +226,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
&& dpkg --add-architecture i386 \
]])m4_dnl
&& apt-get update \
&& apt-get install -y --no-install-recommends \
&& apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \
at-spi2-core \
ca-certificates \
dbus \