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

2020-04-25 13:50:34 +00:00
FROM alpine:latest
2020-04-25 13:33:17 +00:00
2020-04-25 14:13:55 +00:00
RUN apk add --no-cache curl openjdk8 npm cmake make clang binutils mingw-w64-gcc
2020-04-25 13:33:17 +00:00
RUN npm install -g typescript typedoc