Skip to content

Commit e49a5ec

Browse files
Also install lib32stdc++6 for 32bit
Reference: flutter/flutter#6207
1 parent 3828e43 commit e49a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get install -y openjdk-8-jdk wget expect git curl unzip software-propert
2020
# if we don't specify this, the libstdc++6 we get is the wrong version
2121
RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y \
2222
&& apt-get update -qq \
23-
&& apt-get install -y libstdc++6 fonts-droid-fallback
23+
&& apt-get install -y libstdc++6 lib32stdc++6 fonts-droid-fallback
2424

2525
# Gradle
2626
RUN add-apt-repository ppa:cwchien/gradle -y \

0 commit comments

Comments
 (0)