Add libstdc and libgcc to alpine docker image

This commit is contained in:
Uku Taht 2021-09-09 12:14:53 +03:00
parent c68b88c24b
commit 9f92cf779f

View File

@ -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