Fix Dockerfile
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit

This commit is contained in:
TheBrokenRail 2020-04-25 09:50:34 -04:00
parent 08e5485ee0
commit d986727763

View File

@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM alpine:latest
RUN apk add --no-cache npm cmake make clang mingw-w64-gcc
RUN apk add --no-cache openjdk8 npm cmake make clang mingw-w64-gcc
RUN npm install -g typescript typedoc