ci: remove watchman to resolve invalid clockspec error

This commit is contained in:
Nicolas Giard 2022-05-24 20:51:50 -04:00 committed by GitHub
parent f02a7e1797
commit 4457263599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,6 @@ RUN apt-get update --fix-missing && apt-get install -qy \
ruby \
ruby-rubygems \
unzip \
watchman \
wget \
xauth \
xvfb \
@ -128,4 +127,4 @@ RUN chmod +rx /usr/local/bin/wait-for
# Create workspace
RUN mkdir -p /workspace
WORKDIR /workspace
WORKDIR /workspace