Watchman built to be compatible with python images
193
Utility image of
facebook/watchman built using
a base image binary-compatible with official python images.
In your Dockerfile, add the following lines:
COPY --from=ametzger/watchman /usr/local/bin/watchman* /usr/local/bin
RUN mkdir /usr/local/var/run/watchman \
&& chown -R /
Note: you may need to alter the permissions of
/usr/local/var/run/watchman to match any USER directives.
Content type
Image
Digest
Size
38.7 MB
Last updated
almost 7 years ago
docker pull ametzger/watchman