We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6484d commit 8af326aCopy full SHA for 8af326a
features/watchexec-ruby-app/Dockerfile
@@ -3,7 +3,7 @@ FROM rust:1.83.0-slim-bullseye
3
ARG BUILD_PACKAGES="build-essentials git"
4
5
RUN apt-get update -qq && \
6
- apt-get install --no-install-recommends -y build-essential git ruby ruby-dev
+ apt-get install --no-install-recommends -y build-essential git ruby ruby-dev libc6
7
8
RUN cargo install cargo-binstall
9
RUN cargo binstall watchexec-cli -y
0 commit comments