Sha256: 1b55d5186c2229c41a91a134968fd1063cd6d04a7aca18fa898acd458b28beb3
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
# Stage 1: Build watchexec with Rust FROM rust:1.83.0-slim-bullseye AS rust-builder # Install necessary dependencies for Rust RUN apt-get update -qq && \ apt-get install --no-install-recommends -y build-essential git # Install watchexec RUN cargo install watchexec-cli # Verify installation RUN watchexec --version
Version data entries
6 entries across 6 versions & 1 rubygems