Fix Maintainer Deprecation
This commit is contained in:
parent
008a9d4f90
commit
bbd6cade27
18
Dockerfile
18
Dockerfile
|
|
@ -3,18 +3,18 @@
|
||||||
# Environment: Java
|
# Environment: Java
|
||||||
# Minimum Panel Version: 0.6.0
|
# Minimum Panel Version: 0.6.0
|
||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
FROM openjdk:8-jdk-alpine
|
FROM openjdk:8-jdk-alpine
|
||||||
|
|
||||||
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
|
LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io"
|
||||||
|
|
||||||
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite \
|
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite \
|
||||||
&& 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/bash", "/entrypoint.sh"]
|
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user