From 8483d3cb1614208bf0128ea5d9682945b24831d3 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Tue, 29 Dec 2020 11:40:15 -0700 Subject: [PATCH] Fix fivem image build --- fivem/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fivem/Dockerfile b/fivem/Dockerfile index d567206..903c590 100644 --- a/fivem/Dockerfile +++ b/fivem/Dockerfile @@ -12,7 +12,8 @@ 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 libc++ 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 libgcc libssl1.1 libstdc++ libunwind \ + musl musl-dbg musl-dev musl-utils tzdata zlib \ && adduser -D -h /home/container container USER container