From a4710dedf15b619f351a1e0a4b41001e71283196 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Sat, 6 Oct 2018 10:22:42 -0400 Subject: [PATCH] adding binutils for addr2line This is required for factorio crash reports apparently --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 886c412..bc1dcc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM frolvlad/alpine-glibc LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" -RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ busybox-extras \ +RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ busybox-extras binutils \ && apk add libc++ jq --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ && adduser -D -h /home/container container