forked from extern/nushell
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
|