We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69391bb commit d9322dbCopy full SHA for d9322db
1 file changed
Dockerfile.chb
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
ARG CHB_VERSION=v2.2.4
6
7
-RUN apk add --no-cache ca-certificates curl tar \
+RUN apk add --no-cache ca-certificates curl gcompat libc6-compat tar \
8
&& addgroup --system --gid 1001 chb \
9
&& adduser --system --uid 1001 --ingroup chb chb \
10
&& ARCH="$(apk --print-arch)" \
0 commit comments