Disabled Immediate-Configure due to errors installing libc6:i386
This commit is contained in:
@@ -14,7 +14,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
|
|||||||
&& dpkg --add-architecture i386 \
|
&& dpkg --add-architecture i386 \
|
||||||
]])m4_dnl
|
]])m4_dnl
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
bison \
|
bison \
|
||||||
@@ -226,7 +226,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
|
|||||||
&& dpkg --add-architecture i386 \
|
&& dpkg --add-architecture i386 \
|
||||||
]])m4_dnl
|
]])m4_dnl
|
||||||
&& apt-get update \
|
&& 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 \
|
at-spi2-core \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
dbus \
|
dbus \
|
||||||
|
|||||||
Reference in New Issue
Block a user