Skip to content

Commit

Permalink
Fix watchman compilation on Debian Buster
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarPersson committed Jul 13, 2019
1 parent 80b730d commit e0b62b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cd /tmp \
# Build watchman from source
RUN cd /tmp/watchman-${WATCHMAN_VERSION} \
&& ./autogen.sh \
&& ./configure \
&& ./configure --enable-lenient \
&& make \
&& make install \
&& cd $HOME \
Expand Down

0 comments on commit e0b62b1

Please sign in to comment.