From 53c137771730342edf9ff0fa5fa95133a8ba847a Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 24 May 2022 23:42:20 +0300 Subject: [PATCH] ci: Add watchman to image (#4014) This speeds up repeated runs of `parcel`, but unfortunately not the initial one. --- docker/app.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/app.Dockerfile b/docker/app.Dockerfile index 5fc67cb15..d8381c081 100644 --- a/docker/app.Dockerfile +++ b/docker/app.Dockerfile @@ -96,6 +96,7 @@ RUN apt-get update --fix-missing && apt-get install -qy \ ruby-rubygems \ subversion \ unzip \ + watchman \ wget \ xauth \ xvfb \