ci: Add watchman to image (#4014)

This speeds up repeated runs of `parcel`, but unfortunately not the initial one.
This commit is contained in:
Lars Eggert 2022-05-24 23:42:20 +03:00 committed by GitHub
parent 0e599ea864
commit 53c1377717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ RUN apt-get update --fix-missing && apt-get install -qy \
ruby-rubygems \
subversion \
unzip \
watchman \
wget \
xauth \
xvfb \