diff --git a/Dockerfile b/Dockerfile index e807ac5..7a5c969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:latest -RUN apk add --no-cache curl openjdk8 npm cmake make clang mingw-w64-gcc +RUN apk add --no-cache curl openjdk8 npm cmake make clang binutils mingw-w64-gcc RUN npm install -g typescript typedoc \ No newline at end of file