From 5b69caa4d14383a3b514a3e8c9f7f886b0c1d89f Mon Sep 17 00:00:00 2001 From: Alexandre Barret Date: Thu, 5 Dec 2024 15:54:30 +1300 Subject: [PATCH] build watchexec-cli from source --- features/watchexec-ruby-app/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/watchexec-ruby-app/Dockerfile b/features/watchexec-ruby-app/Dockerfile index 7c98cc0..50efb76 100644 --- a/features/watchexec-ruby-app/Dockerfile +++ b/features/watchexec-ruby-app/Dockerfile @@ -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