There was an error while loading. Please reload this page.
1 parent 3828e43 commit e49a5ecCopy full SHA for e49a5ec
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get install -y openjdk-8-jdk wget expect git curl unzip software-propert
20
# if we don't specify this, the libstdc++6 we get is the wrong version
21
RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y \
22
&& apt-get update -qq \
23
- && apt-get install -y libstdc++6 fonts-droid-fallback
+ && apt-get install -y libstdc++6 lib32stdc++6 fonts-droid-fallback
24
25
# Gradle
26
RUN add-apt-repository ppa:cwchien/gradle -y \
0 commit comments