ci: Add watchman to image (#4014)
This speeds up repeated runs of `parcel`, but unfortunately not the initial one.
This commit is contained in:
parent
0e599ea864
commit
53c1377717
|
@ -96,6 +96,7 @@ RUN apt-get update --fix-missing && apt-get install -qy \
|
|||
ruby-rubygems \
|
||||
subversion \
|
||||
unzip \
|
||||
watchman \
|
||||
wget \
|
||||
xauth \
|
||||
xvfb \
|
||||
|
|
Loading…
Reference in a new issue