Skip to content

Commit 8af326a

Browse files
committed
Add libc6
1 parent 7f6484d commit 8af326a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/watchexec-ruby-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM rust:1.83.0-slim-bullseye
33
ARG BUILD_PACKAGES="build-essentials git"
44

55
RUN apt-get update -qq && \
6-
apt-get install --no-install-recommends -y build-essential git ruby ruby-dev
6+
apt-get install --no-install-recommends -y build-essential git ruby ruby-dev libc6
77

88
RUN cargo install cargo-binstall
99
RUN cargo binstall watchexec-cli -y

0 commit comments

Comments
 (0)