Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Draakoor authored Jun 3, 2024
1 parent 35cd979 commit 34bc364
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions IMAGES/ptero-plutonium/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
# Environment: Ubuntu 20.04
# Minimum Panel Version: 1.0.0
# ----------------------------------
FROM ghcr.io/draakoor/codptero/ptero-wine:latest
FROM ghcr.io/garycraft/ptero-wine:dev

LABEL maintainer="draakoor <dominique@wellisch-itservice.de>"
LABEL maintainer="GaryCraft@SpaceProject <garycraft@our-space.xyz>"

USER root

COPY checkupdater.sh /checkupdater.sh
#Make sure the script is executable by anyone
RUN chmod ugo+x /checkupdater.sh
# Ensure /home/container is owned by container
RUN chown -R container:container /home/container

USER container
ENV USER=container HOME=/home/container
Expand Down

0 comments on commit 34bc364

Please sign in to comment.