mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
|
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
|