mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
fixed broken aur nginx lua module
This commit is contained in:
parent
02b7e5b1c2
commit
87e3b96a90
@ -1,12 +1,16 @@
|
|||||||
RUN pkg-install \
|
RUN pkg-install \
|
||||||
nginx-mainline \
|
nginx-mainline \
|
||||||
nginx-mainline-mod-lua \
|
|
||||||
apache-tools \
|
apache-tools \
|
||||||
mjpg-streamer \
|
mjpg-streamer \
|
||||||
python \
|
python \
|
||||||
python-raspberry-gpio
|
python-raspberry-gpio \
|
||||||
|
customizepkg
|
||||||
RUN systemctl enable nginx
|
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
|
ARG KVMD_VERSION
|
||||||
ENV KVMD_VERSION $KVMD_VERSION
|
ENV KVMD_VERSION $KVMD_VERSION
|
||||||
RUN echo $KVMD_VERSION
|
RUN echo $KVMD_VERSION
|
||||||
|
|||||||
1
os/platforms/v1/customizepkg.nginx
Normal file
1
os/platforms/v1/customizepkg.nginx
Normal file
@ -0,0 +1 @@
|
|||||||
|
replace#global#_nginxver=.*#_nginxver=`pacman -Q nginx-mainline | grep -Po "\\d+\\.\\d+\\.\\d+"`
|
||||||
Loading…
x
Reference in New Issue
Block a user