Skip to content

Commit

Permalink
install specific older version of curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Mar 11, 2019
1 parent 41164bb commit 9f6a130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/php/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf

ENV NEWRELIC_VERSION=8.1.0.209

RUN apk add --no-cache fcgi \
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/ \
&& apk add --no-cache fcgi \
ssmtp \
libzip libzip-dev \
# for gd
Expand Down

0 comments on commit 9f6a130

Please sign in to comment.