Skip to content

Commit d9322db

Browse files
committed
Fix CHB worker runtime on Alpine
1 parent 69391bb commit d9322db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.chb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
ARG CHB_VERSION=v2.2.4
66

7-
RUN apk add --no-cache ca-certificates curl tar \
7+
RUN apk add --no-cache ca-certificates curl gcompat libc6-compat tar \
88
&& addgroup --system --gid 1001 chb \
99
&& adduser --system --uid 1001 --ingroup chb chb \
1010
&& ARCH="$(apk --print-arch)" \

0 commit comments

Comments
 (0)