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 d986727763
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Fix Dockerfile
2020-04-25 09:50:34 -04:00

4 lines
124 B
Docker

FROM alpine:latest
RUN apk add --no-cache openjdk8 npm cmake make clang mingw-w64-gcc
RUN npm install -g typescript typedoc