Trying to modify run.sh so it waits for the Xvfb server to start accepting connections.
This commit is contained in:
parent
a5a473975a
commit
ef46530b66
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ RUN apt-get -qq update \
|
|||
libprotobuf-dev \
|
||||
libxxf86vm-dev \
|
||||
xvfb \
|
||||
x11-utils \
|
||||
&& echo "deb https://deb.nodesource.com/node_6.x stretch main" >> /etc/apt/sources.list.d/nodejs.list \
|
||||
&& echo "deb-src https://deb.nodesource.com/node_6.x stretch main" >> /etc/apt/sources.list.d/nodejs.list \
|
||||
&& apt-get -qq update \
|
||||
|
|
Loading…
Reference in a new issue