This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/Dockerfile
TheBrokenRail 35e1157df9
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Compile For ARM
2020-04-25 13:25:37 -04:00

9 lines
415 B
Docker

FROM ubuntu:bionic
RUN apt-get update && apt-get install --no-install-recommends -y curl openjdk-11-jdk-headless cmake make gcc gcc-multilib-i686-linux-gnu gcc-multilib-arm-linux-gnueabihf gcc-aarch64-linux-gnu clang lld mingw-w64 lsb-release
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install --no-install-recommends -y nodejs
RUN apt-get clean
RUN npm install -g typescript typedoc