From 8fd4fdd51e8573b68d33d8d6c4334b4326ca9596 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 25 Apr 2020 10:13:55 -0400 Subject: [PATCH] Add binutils To DockerFile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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