Skip to content

Commit

Permalink
Use only gcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Aug 2, 2024
1 parent a5c93b0 commit 70cdb44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 libc6-compat gcompat
RUN apk add --no-cache tzdata nmap ffmpeg sqlite openssl gzip eudev gcompat

WORKDIR /tmp

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

Expand Down

0 comments on commit 70cdb44

Please sign in to comment.