Skip to content

Commit 8b31d24

Browse files
author
Guillaume Havel
committed
fix(docker): add libc6-compat for glibc compatibility
1 parent 47171f9 commit 8b31d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ FROM docker.io/library/alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0b
7272
WORKDIR /home/burrito
7373

7474
# Install required packages
75-
RUN apk add --update --no-cache git bash openssh
75+
RUN apk add --update --no-cache bash libc6-compat git openssh
7676

7777
ENV UID=65532
7878
ENV GID=65532

0 commit comments

Comments
 (0)