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

4 lines
122 B
Docker
Raw Normal View History

2020-04-25 13:33:17 +00:00
FROM openjdk:8-jdk-alpine
2020-04-25 13:36:26 +00:00
RUN apk add --no-cache npm cmake make clang mingw-w64-gcc
2020-04-25 13:33:17 +00:00
RUN npm install -g typescript typedoc