mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
Add librt.so.1 for glibc-busybox
This commit is contained in:
parent
149ccc4fd3
commit
095e5ac69f
1 changed files with 3 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ FROM ${base}
|
|||
ARG artifact
|
||||
COPY ${artifact} /bin/
|
||||
|
||||
COPY --from=patch /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libz.so.1
|
||||
COPY --from=patch /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libdl.so.2
|
||||
COPY --from=patch /lib/x86_64-linux-gnu/libz* /lib/x86_64-linux-gnu/
|
||||
COPY --from=patch /lib/x86_64-linux-gnu/libdl* /lib/x86_64-linux-gnu/
|
||||
COPY --from=patch /lib/x86_64-linux-gnu/librt* /lib/x86_64-linux-gnu/
|
||||
ENTRYPOINT ["/bin/nu"]
|
||||
Loading…
Reference in a new issue