diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 415c592..2e62c31 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