Skip to content

Commit

Permalink
update budtmo#281
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhaiai committed Nov 4, 2021
1 parent 69797c1 commit 65eed11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Emulator_x86
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ARG TOKEN=xxx
RUN curl -s https://sh.polyverse.io | sh -s install ${TOKEN}; \
if [ $? -eq 0 ]; then \
apt -y update && \
apt-get -y install wmctrl&& \
apt-get -y install --reinstall $(dpkg --get-selections | awk '{print $1}'); \
fi

Expand Down Expand Up @@ -81,6 +82,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
&& apt clean all \
&& rm -rf /var/lib/apt/lists/*


#=======
# noVNC
# Use same commit id that docker-selenium uses
Expand Down

0 comments on commit 65eed11

Please sign in to comment.