commit
d436f347bd
18
Dockerfile
18
Dockerfile
|
|
@ -3,18 +3,18 @@
|
|||
# Environment: Java
|
||||
# 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 \
|
||||
&& adduser -D -h /home/container container
|
||||
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite \
|
||||
&& adduser -D -h /home/container container
|
||||
|
||||
USER container
|
||||
ENV USER=container HOME=/home/container
|
||||
USER 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