commit
35297e734e
10
Dockerfile
10
Dockerfile
|
|
@ -5,15 +5,15 @@
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
FROM frolvlad/alpine-glibc
|
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++ \
|
RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ busybox-extras binutils \
|
||||||
&& apk add libc++ --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
&& apk add libc++ jq --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||||
&& adduser -D -h /home/container container
|
&& adduser -D -h /home/container container
|
||||||
|
|
||||||
USER container
|
USER container
|
||||||
ENV USER=container HOME=/home/container
|
ENV USER=container HOME=/home/container
|
||||||
WORKDIR /home/container
|
WORKDIR /home/container
|
||||||
|
|
||||||
COPY ./entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
CMD ["/bin/ash", "/entrypoint.sh"]
|
CMD ["/bin/ash", "/entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user