napi-rs/aarch64.Dockerfile

10 lines
295 B
Text
Raw Normal View History

2021-10-20 01:54:31 +09:00
FROM multiarch/ubuntu-core:arm64-focal
ARG NODE_VERSION=14
RUN apt-get update && \
apt-get install -y ca-certificates gnupg2 curl apt-transport-https && \
curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \
apt-get install -y nodejs && \
npm install -g yarn pnpm