Skip to content

Commit

Permalink
build watchexec-cli from source
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Dec 5, 2024
1 parent 8af326a commit 5b69caa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions features/watchexec-ruby-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ ARG BUILD_PACKAGES="build-essentials git"
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential git ruby ruby-dev libc6

RUN cargo install cargo-binstall
RUN cargo binstall watchexec-cli -y
RUN cargo install watchexec-cli
RUN watchexec --version

# throw errors if Gemfile has been modified since Gemfile.lock
Expand Down

0 comments on commit 5b69caa

Please sign in to comment.