Skip to content

Commit dcd240c

Browse files
authored
Add emulator and video bridge dependencies (#150)
1 parent 9d9dfee commit dcd240c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Dockerfile

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,26 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
5050
sudo \
5151
ninja-build \
5252
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 \
5373
&& gem install bundler \
5474
&& rm -rf /var/lib/apt/lists/*;
5575

@@ -82,4 +102,4 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
82102
"system-images;android-21;google_apis;armeabi-v7a" \
83103
"ndk;$NDK_VERSION" \
84104
&& 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

0 commit comments

Comments
 (0)