mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 23:27:54 +03:00
Add libstdc and libgcc to alpine docker image
This commit is contained in:
parent
c68b88c24b
commit
9f92cf779f
@ -55,7 +55,7 @@ ENV LANG=C.UTF-8
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
RUN apk add --no-cache openssl ncurses
|
||||
RUN apk add --no-cache openssl ncurses libstdc++ libgcc
|
||||
|
||||
COPY .gitlab/build-scripts/docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user