Skip to content

Commit

Permalink
Move gcompat from build to runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jun 21, 2024
1 parent 8bc7700 commit c11fdb6
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 c11fdb6

Please sign in to comment.