fixed broken aur nginx lua module

This commit is contained in:
Devaev Maxim 2018-09-06 04:33:05 +03:00
parent 02b7e5b1c2
commit 87e3b96a90
2 changed files with 7 additions and 2 deletions

View File

@ -1,12 +1,16 @@
RUN pkg-install \
nginx-mainline \
nginx-mainline-mod-lua \
apache-tools \
mjpg-streamer \
python \
python-raspberry-gpio
python-raspberry-gpio \
customizepkg
RUN systemctl enable nginx
COPY stages/pikvm/customizepkg.nginx /etc/customizepkg.d/nginx-mainline-mod-ndk
COPY stages/pikvm/customizepkg.nginx /etc/customizepkg.d/nginx-mainline-mod-lua
RUN env MAKEPKGOPTS="--skipchecksums --skippgpcheck" pkg-install nginx-mainline-mod-lua
ARG KVMD_VERSION
ENV KVMD_VERSION $KVMD_VERSION
RUN echo $KVMD_VERSION

View File

@ -0,0 +1 @@
replace#global#_nginxver=.*#_nginxver=`pacman -Q nginx-mainline | grep -Po "\\d+\\.\\d+\\.\\d+"`