Skip to content

Commit

Permalink
update fastlane image
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 26, 2023
1 parent 8b3403c commit 2d5b94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get install -y build-essential ruby ruby-dev
RUN pkgx install bun node unzip rtx wget
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 chmod +x watchman-v2023.10.23.00-linux/bin/*
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 echo 'eval $(rtx activate bash)' >> ~/.bashrc
Expand Down
1 change: 1 addition & 0 deletions fastlane/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const image = new Dockerfile()
"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("chmod +x watchman-v2023.10.23.00-linux/bin/*")
.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("echo 'eval $(rtx activate bash)' >> ~/.bashrc")
Expand Down

0 comments on commit 2d5b94d

Please sign in to comment.