adding binutils for addr2line
This is required for factorio crash reports apparently
This commit is contained in:
parent
2a3e22fb71
commit
a4710dedf1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user