This commit is contained in:
Alex
2025-10-12 13:42:27 +02:00
parent cd77e170e6
commit 711d73c9fb
4 changed files with 60 additions and 27 deletions
+6 -5
View File
@@ -1,5 +1,5 @@
ARG RESTY_IMAGE_BASE="alpine"
ARG RESTY_IMAGE_TAG="3.15"
ARG RESTY_IMAGE_TAG="3.18"
ARG FFMPEG_VERSION=4.4
##############################
@@ -234,7 +234,7 @@ RUN rm -rf /var/cache/* /tmp/*
# Create FAT version of openresty-rtmp
FROM build-openresty as build-openresty-fat
ARG RESTY_LUAROCKS_VERSION="3.7.0"
ARG RESTY_LUAROCKS_VERSION="3.8.0"
RUN apk add --no-cache --virtual .build-deps \
perl-dev \
@@ -276,9 +276,9 @@ ENV LUA_CPATH="/usr/local/openresty/site/lualib/?.so;/usr/local/openresty/lualib
ENV PATH="/usr/local/openresty/bin:/usr/local/openresty/luajit/bin:$PATH"
ENV LAPIS_VERSION=1.9.0
ENV LAPIS_VERSION=1.16.0
RUN apk add openssl-dev
RUN apk add openssl-dev curl
RUN opm get spacewander/luafilesystem
RUN luarocks install luasec
RUN luarocks install busted
@@ -315,7 +315,8 @@ RUN apk add --update \
opus \
rtmpdump \
x264-dev \
x265-dev
x265-dev \
lame-dev
COPY --from=build-openresty-fat /usr/local/openresty /usr/local/openresty