Skip to content

Commit

Permalink
also need to downgrade libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Mar 12, 2019
1 parent add922c commit 38a3efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/php/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf

ENV NEWRELIC_VERSION=8.1.0.209

RUN apk del --no-cache curl \
&& apk add --no-cache "curl=7.61.1-r2" --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/main/ \
RUN apk del --no-cache curl libcurl \
&& apk add --no-cache "curl=7.61.1-r2" "libcurl=7.61.1-r2" --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/main/ \
&& apk add --no-cache fcgi \
ssmtp \
libzip libzip-dev \
Expand Down

0 comments on commit 38a3efa

Please sign in to comment.