Skip to content

Commit

Permalink
Merge pull request #97 from linuxserver/glitch-gcompat
Browse files Browse the repository at this point in the history
Move gcompat from build to runtime deps
  • Loading branch information
thespad authored Jun 22, 2024
2 parents 8bc7700 + c11fdb6 commit 9880689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
apk add --no-cache \
ffmpeg \
file \
gcompat \
imagemagick \
libpq \
libidn \
Expand All @@ -27,7 +28,6 @@ RUN \
yaml && \
apk add --no-cache --virtual=build-dependencies \
build-base \
gcompat \
icu-dev \
libidn-dev \
libpq-dev \
Expand Down

0 comments on commit 9880689

Please sign in to comment.