Merge pull request #156 from polyverse/master

Added Polymorphic
This commit is contained in:
Budi Utomo 2019-05-04 09:05:43 +02:00 committed by GitHub
commit 65afbdeeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,12 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
bridge-utils \ bridge-utils \
&& rm -rf /var/lib/apt/lists/* && 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 # noVNC
# Use same commit id that docker-selenium uses # Use same commit id that docker-selenium uses