Skip to content

Commit

Permalink
Merge pull request #13 from edx/watchman
Browse files Browse the repository at this point in the history
Update watchman version
  • Loading branch information
irtazaakram authored Nov 29, 2023
2 parents 83937e6 + 70e830c commit 4958920
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ USER root
ENV DJANGO_SETTINGS_MODULE flashcards.settings.devstack

# Install watchman
RUN wget https://github.com/facebook/watchman/releases/download/v2023.10.23.00/watchman-v2023.10.23.00-linux.zip
RUN unzip watchman-v2023.10.23.00-linux.zip
RUN wget https://github.com/facebook/watchman/releases/download/v2023.11.20.00/watchman-v2023.11.20.00-linux.zip
RUN unzip watchman-v2023.11.20.00-linux.zip
RUN mkdir -p /usr/local/{bin,lib} /usr/local/var/run/watchman
RUN cp watchman-v2023.10.23.00-linux/bin/* /usr/local/bin
RUN cp watchman-v2023.10.23.00-linux/lib/* /usr/local/lib
RUN cp watchman-v2023.11.20.00-linux/bin/* /usr/local/bin
RUN cp watchman-v2023.11.20.00-linux/lib/* /usr/local/lib
RUN chmod 755 /usr/local/bin/watchman
RUN chmod 2777 /usr/local/var/run/watchman

Expand Down

0 comments on commit 4958920

Please sign in to comment.