Add musl to fivem image
This commit is contained in:
parent
43a3134c18
commit
9fe496b344
1 changed files with 1 additions and 1 deletions
|
@ -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 zlib \
|
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 \
|
||||||
&& adduser -D -h /home/container container
|
&& adduser -D -h /home/container container
|
||||||
|
|
||||||
USER container
|
USER container
|
||||||
|
|
Loading…
Reference in a new issue