Skip to content

Commit

Permalink
Cleanup / remove some unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Sep 19, 2024
1 parent 6235672 commit 878ade2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ RUN --mount=type=cache,sharing=private,target=/var/cache/apk \
# Set the library path to include both /lib and /opt/multiarch-libs
ENV LIBRARY_PATH="/lib:/opt/multiarch-libs/aarch64-linux-musl/lib:/opt/multiarch-libs/x86_64-linux-musl/lib"

# Create the target directories for both aarch64 and x86_64 and symlink the required libraries
#RUN mkdir -p /opt/multiarch-libs/aarch64-linux-musl/lib && \
# ln -s /lib/libz.a /opt/multiarch-libs/aarch64-linux-musl/lib/libz.a

# Create the target directories for both aarch64 and x86_64
RUN mkdir -p /opt/multiarch-libs/aarch64-linux-musl/lib && \
mkdir -p /opt/multiarch-libs/x86_64-linux-musl/lib
Expand Down

0 comments on commit 878ade2

Please sign in to comment.