Skip to content

Commit

Permalink
Add gcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Aug 2, 2024
1 parent b043fb9 commit a5c93b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL \
COPY qemu-* /usr/bin/

# System dependencies
RUN apk add --no-cache tzdata nmap ffmpeg sqlite openssl gzip eudev
RUN apk add --no-cache tzdata nmap ffmpeg sqlite openssl gzip eudev libc6-compat gcompat

WORKDIR /tmp

Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile.buildx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN apk add --no-cache \
openssl \
gzip \
eudev \
libc6-compat \
gcompat \
bluez

COPY --from=json-files /json-files/server /src/server
Expand All @@ -29,7 +31,7 @@ ENV LD_LIBRARY_PATH /lib

WORKDIR /src/server

RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 py3-setuptools git libffi-dev linux-headers libc6-compat \
RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 py3-setuptools git libffi-dev linux-headers \
&& npm ci --unsafe-perm --production \
&& npm cache clean --force \
&& apk del .build-deps
Expand Down

0 comments on commit a5c93b0

Please sign in to comment.