Skip to content

Commit

Permalink
fix libacl path
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Dec 10, 2024
1 parent 08bd985 commit ef3e300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN apk add --no-cache \
npm \
postgresql-dev \
mariadb-dev \
acl-libs \
libarchive

COPY package.json .
Expand Down
2 changes: 1 addition & 1 deletion docker/runtime.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --from=build /usr/src/app/public/assets public/assets
COPY --from=build \
/usr/lib/libmariadb.so.* \
/usr/lib/libarchive.so.* \
/lib/libacl.so.*\
/usr/lib/libacl.so.*\
/usr/lib/libexpat.so.* \
/usr/lib/liblzma.so.* \
/usr/lib/libzstd.so.* \
Expand Down

0 comments on commit ef3e300

Please sign in to comment.