Remove v8 package from fivem image

This commit is contained in:
Matthew Penner 2020-12-29 11:24:47 -07:00
parent 4d9a1e9b1f
commit 43a3134c18

View file

@ -12,7 +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 libssl1.1 libstdc++ libunwind musl-dbg tzdata v8 zlib \ RUN apk add --update --no-cache ca-certificates c-ares icu-libs libssl1.1 libstdc++ libunwind musl-dbg tzdata zlib \
&& adduser -D -h /home/container container && adduser -D -h /home/container container
USER container USER container