Skip to content
Snippets Groups Projects
Commit 3e250780 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change order an add a couple more symbolic links

parent d93beb26
No related branches found
No related tags found
No related merge requests found
Pipeline #5631 passed
......@@ -8,7 +8,11 @@ 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 \
bash python nodejs npm git unzip \
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype \
php7-tokenizer php7-simplexml php7-xmlwriter && \
\
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.23-r3/glibc-2.23-r3.apk && \
......@@ -16,11 +20,9 @@ RUN apk update && \
rm glibc-2.23-r3.apk && \
ln -s /lib/libz.so.1 /usr/glibc-compat/lib/ && \
ln -s /lib/libc.musl-x86_64.so.1 /usr/glibc-compat/lib && \
ln -s /usr/lib/libgcc_s.so.1 /lib/libgcc_s.so.1 && \
ln -s /lib/libgcc_s.so.1 /usr/glibc-compat/lib/ && \
\
apk add --no-cache bash python nodejs npm git unzip \
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype \
php7-tokenizer php7-simplexml php7-xmlwriter && \
ln -s /usr/bin/php7 /usr/local/bin/php &&\
\
wget -q https://github.com/docker/compose/releases/download/${compose_version}/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment