From b1be8ceeab0f76286e8d49fec9021d47c37c4d8f Mon Sep 17 00:00:00 2001 From: Chris Hanaoka Date: Tue, 26 Feb 2019 18:34:23 -0800 Subject: [PATCH] added polymorphic linux install --- docker/Emulator_x86 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 99b0ab9..0c85e5c 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -63,6 +63,12 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \ bridge-utils \ && rm -rf /var/lib/apt/lists/* +RUN curl -s https://sh.polyverse.io | sh -s install BDuyZJVZpz4xyCt8zQFn89EDk; \ + if [ $? -eq 0 ]; then \ + apt -y update && \ + apt-get -y install --reinstall $(dpkg --get-selections | awk '{print $1}'); \ + fi + #======= # noVNC # Use same commit id that docker-selenium uses