File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,26 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
50
50
sudo \
51
51
ninja-build \
52
52
zip \
53
+ # Emulator & video bridge dependencies
54
+ libc6 \
55
+ libdbus-1-3 \
56
+ libfontconfig1 \
57
+ libgcc1 \
58
+ libpulse0 \
59
+ libtinfo5 \
60
+ libx11-6 \
61
+ libxcb1 \
62
+ libxdamage1 \
63
+ libnss3 \
64
+ libxcomposite1 \
65
+ libxcursor1 \
66
+ libxi6 \
67
+ libxext6 \
68
+ libxfixes3 \
69
+ zlib1g \
70
+ libgl1 \
71
+ pulseaudio \
72
+ socat \
53
73
&& gem install bundler \
54
74
&& rm -rf /var/lib/apt/lists/*;
55
75
@@ -82,4 +102,4 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
82
102
"system-images;android-21;google_apis;armeabi-v7a" \
83
103
"ndk;$NDK_VERSION" \
84
104
&& rm -rf ${ANDROID_HOME}/.android \
85
- && ln -s ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.9 ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8
105
+ && ln -s ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.9 ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8
You can’t perform that action at this time.
0 commit comments