Skip to content

Commit

Permalink
perf: 移除 mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Oct 8, 2024
1 parent 7b613db commit e510e40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions allinone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ 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 e510e40

Please sign in to comment.