TheBrokenRail
8fd4fdd51e
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
4 lines
138 B
Docker
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 |