Skip to content

Commit

Permalink
Roll back lua and fix missing .so closes #265
Browse files Browse the repository at this point in the history
  • Loading branch information
richarvey committed Apr 23, 2022
1 parent e128116 commit 3e0598e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini

ENV NGINX_VERSION 1.21.6
ENV LUA_MODULE_VERSION 0.10.17
ENV LUA_MODULE_VERSION 0.10.14
ENV DEVEL_KIT_MODULE_VERSION 0.3.1
ENV GEOIP2_MODULE_VERSION 3.3
ENV LUAJIT_LIB=/usr/lib
Expand Down Expand Up @@ -183,21 +183,21 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
make \
openssl-dev \
libressl-dev \
libzip-dev \
bzip2-dev \
icu-dev \
gcc && \
apk add --no-cache --virtual .sys-deps \
musl-dev \
linux-headers \
augeas-dev \
libmcrypt-dev \
libpng-dev \
icu-dev \
libxslt-dev \
python3-dev \
libffi-dev \
freetype-dev \
sqlite-dev \
libzip-dev \
bzip2-dev \
imap-dev \
libjpeg-turbo-dev \
postgresql-dev && \
Expand Down

0 comments on commit 3e0598e

Please sign in to comment.