TheBrokenRail
08e5485ee0
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
4 lines
122 B
Docker
4 lines
122 B
Docker
FROM openjdk:8-jdk-alpine
|
|
|
|
RUN apk add --no-cache npm cmake make clang mingw-w64-gcc
|
|
RUN npm install -g typescript typedoc |