From 78462c1673e23261e38939d29bcb2c98e3e19f98 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Tue, 29 Dec 2020 11:45:16 -0700 Subject: [PATCH] Strip un-needed depends out of fivem image --- fivem/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fivem/Dockerfile b/fivem/Dockerfile index 903c590..23dd08b 100644 --- a/fivem/Dockerfile +++ b/fivem/Dockerfile @@ -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.licenses=MIT -RUN apk add --update --no-cache ca-certificates c-ares icu-libs libgcc libssl1.1 libstdc++ libunwind \ - musl musl-dbg musl-dev musl-utils tzdata zlib \ +RUN apk add --update --no-cache ca-certificates c-ares icu-libs libssl1.1 libunwind musl musl-dbg tzdata zlib \ && adduser -D -h /home/container container USER container