Skip to content

Commit

Permalink
🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLighty committed Nov 16, 2023
1 parent e84016d commit d1b3c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="ImLighty" maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/imlighty/dragonfly-pterodactyl"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache ca-certificates tzdata bash \
RUN apk add --update --no-cache ca-certificates tzdata bash curl \
&& adduser -D -h /home/container container

USER container
Expand Down

0 comments on commit d1b3c05

Please sign in to comment.