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
129 B
Docker
Raw Normal View History

2020-04-25 09:50:34 -04:00
FROM alpine:latest
2020-04-25 09:33:17 -04:00
2020-04-25 09:58:26 -04:00
RUN apk add --no-cache curl openjdk8 npm cmake make clang mingw-w64-gcc
2020-04-25 09:33:17 -04:00
RUN npm install -g typescript typedoc