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 8fd4fdd51e
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Add binutils To DockerFile
2020-04-25 10:13:55 -04:00

4 lines
138 B
Docker

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