Add curl To DockerFile
ScriptCraft/pipeline/head There was a failure building this commit Details

This commit is contained in:
TheBrokenRail 2020-04-25 09:58:26 -04:00
parent d986727763
commit 851b572775
1 changed files with 1 additions and 1 deletions

View File

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