Skip to content

Commit

Permalink
Merge pull request #3293 from manyfold3d/acl
Browse files Browse the repository at this point in the history
fix libacl path
  • Loading branch information
Floppy authored Dec 10, 2024
2 parents 08bd985 + ef3e300 commit f2322d6
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 f2322d6

Please sign in to comment.