commit
35297e734e
|
|
@ -5,10 +5,10 @@
|
|||
# ----------------------------------
|
||||
FROM frolvlad/alpine-glibc
|
||||
|
||||
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
|
||||
LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io"
|
||||
|
||||
RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ \
|
||||
&& apk add libc++ --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||
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
|
||||
|
||||
USER container
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user