mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
6 lines
175 B
Text
6 lines
175 B
Text
|
FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest
|
||
|
|
||
|
RUN dpkg --add-architecture arm64 && \
|
||
|
apt-get update && \
|
||
|
apt-get install --assume-yes libssl-dev:arm64 clang
|