mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
fixed broken aur nginx lua module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user