Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added udev extension
  • Loading branch information
zGumeloBr authored Oct 20, 2023
1 parent 7f9f3c8 commit d10b856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="zGumeloBr" maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna
RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna eudev udev-init-scripts
RUN adduser -D -h /home/container container

USER container
Expand Down

0 comments on commit d10b856

Please sign in to comment.