Skip to content
Snippets Groups Projects
Commit 0385feb7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add libgcc

parent 3c6a79a8
Branches
Tags
No related merge requests found
Pipeline #5628 passed
......@@ -8,7 +8,7 @@ LABEL com.example.vendor="PARAGON Executive Service GmbH" \
ARG compose_version=1.21.2
RUN apk update && \
apk add --no-cache curl openssl openssh ca-certificates wget make && \
apk add --no-cache curl openssl openssh ca-certificates wget make libgcc && \
\
wget -q https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub && \
wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment