Skip to content

Commit 3e0598e

Browse files
committed
Roll back lua and fix missing .so closes #265
1 parent e128116 commit 3e0598e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
88

99
ENV NGINX_VERSION 1.21.6
10-
ENV LUA_MODULE_VERSION 0.10.17
10+
ENV LUA_MODULE_VERSION 0.10.14
1111
ENV DEVEL_KIT_MODULE_VERSION 0.3.1
1212
ENV GEOIP2_MODULE_VERSION 3.3
1313
ENV LUAJIT_LIB=/usr/lib
@@ -183,21 +183,21 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
183183
make \
184184
openssl-dev \
185185
libressl-dev \
186+
libzip-dev \
187+
bzip2-dev \
188+
icu-dev \
186189
gcc && \
187190
apk add --no-cache --virtual .sys-deps \
188191
musl-dev \
189192
linux-headers \
190193
augeas-dev \
191194
libmcrypt-dev \
192195
libpng-dev \
193-
icu-dev \
194196
libxslt-dev \
195197
python3-dev \
196198
libffi-dev \
197199
freetype-dev \
198200
sqlite-dev \
199-
libzip-dev \
200-
bzip2-dev \
201201
imap-dev \
202202
libjpeg-turbo-dev \
203203
postgresql-dev && \

0 commit comments

Comments
 (0)