Skip to content

Commit

Permalink
perf: change docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Oct 8, 2024
1 parent e4f64aa commit 7b613db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions allinone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ COPY --from=koko /usr /usr
COPY --from=lion /opt /opt
COPY --from=lion /usr /usr
COPY --from=lion /lib /lib

RUN mkdir -p /lib32 /libx32
COPY --from=lion /lib32 /lib32
COPY --from=lion /libx32 /libx32

Expand Down

0 comments on commit 7b613db

Please sign in to comment.