File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.14
1
+ FROM alpine:3.8
2
2
3
3
ARG PHP_VERSION=5.6
4
4
ARG ATATUS_VERSION=1.12.0
@@ -85,12 +85,7 @@ RUN apk add --no-cache \
85
85
fcgi \
86
86
nano
87
87
88
- RUN apk add --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/main \
89
- libressl-dev=2.7.5-r0 \
90
- readline=7.0.003-r0 \
91
- icu-libs=60.2-r3
92
-
93
- RUN apk add --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/community --update-cache \
88
+ RUN apk add --no-cache \
94
89
php5 \
95
90
php5-common \
96
91
php5-curl \
@@ -105,6 +100,7 @@ RUN apk add --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/community --u
105
100
php5-posix \
106
101
php5-soap \
107
102
php5-zip \
103
+ php5-ldap \
108
104
php5-bcmath \
109
105
php5-calendar \
110
106
php5-gettext \
@@ -139,7 +135,7 @@ RUN mkdir /etc/php && \
139
135
ln -snf /etc/php5 /etc/php/current
140
136
141
137
# Imagick
142
- RUN apk add --update -cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/community autoconf php5-dev gcc make g++ zlib-dev wget imagemagick-dev && \
138
+ RUN apk add --no -cache autoconf php5-dev gcc make g++ zlib-dev wget imagemagick-dev && \
143
139
mkdir /imagick && cd /imagick && \
144
140
wget http://pecl.php.net/get/imagick-3.4.4.tgz && \
145
141
tar xzf imagick-3.4.4.tgz && cd imagick-3.4.4 && \
@@ -151,7 +147,7 @@ RUN apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.
151
147
RUN rm -rf /imagick
152
148
153
149
# Imagick support file types
154
- RUN apk add --repository http://dl-cdn.alpinelinux.org/alpine/v3.8/main -- no-cache imagemagick
150
+ RUN apk add --no-cache imagemagick
155
151
156
152
# Add php5-redis
157
153
RUN apk --no-cache add ca-certificates wget && \
You can’t perform that action at this time.
0 commit comments