mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
|
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl:latest
|
||
|
|
||
|
RUN dpkg --add-architecture arm64 && \
|
||
|
apt-get update && \
|
||
|
apt-get install --assume-yes libssl-dev:arm64 clang
|