Strip un-needed depends out of fivem image

This commit is contained in:
Matthew Penner 2020-12-29 11:45:16 -07:00
parent 8483d3cb16
commit 78462c1673

View file

@ -12,8 +12,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
LABEL org.opencontainers.image.source="https://github.com/matthewpi/images" LABEL org.opencontainers.image.source="https://github.com/matthewpi/images"
LABEL org.opencontainers.image.licenses=MIT LABEL org.opencontainers.image.licenses=MIT
RUN apk add --update --no-cache ca-certificates c-ares icu-libs libgcc libssl1.1 libstdc++ libunwind \ RUN apk add --update --no-cache ca-certificates c-ares icu-libs libssl1.1 libunwind musl musl-dbg tzdata zlib \
musl musl-dbg musl-dev musl-utils tzdata zlib \
&& adduser -D -h /home/container container && adduser -D -h /home/container container
USER container USER container