Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion apps/openresty/1.27.1.2-0-1-focal/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ COPY tmp /tmp
ARG CONTAINER_PACKAGE_URL
RUN sed -i "s|http://archive.ubuntu.com/ubuntu/|${CONTAINER_PACKAGE_URL}|g" /etc/apt/sources.list \
&& sed -i "s|http://security.ubuntu.com/ubuntu/|${CONTAINER_PACKAGE_URL}|g" /etc/apt/sources.list

COPY --from=panel-openresty /usr/local/openresty/modules/ngx_brotli /usr/local/openresty/modules/ngx_brotli

RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -216,7 +218,8 @@ RUN bash /tmp/default.sh
COPY --from=panel-openresty /usr/local/openresty/1pwaf /usr/local/openresty/1pwaf
COPY --from=panel-openresty /usr/local/openresty/1pwaf/libraries/libmaxminddb.so /usr/local/openresty/1pwaf/libraries/libmaxminddb.so
COPY --from=panel-openresty /usr/local/openresty/1pwaf/libraries/libinjection.so /usr/local/openresty/1pwaf/libraries/libinjection.so
COPY --from=panel-openresty /usr/local/openresty/luajit/lib/lua/5.1/lsqlite3.so /usr/local/openresty/luajit/lib/lua/5.1/lsqlite3.so
COPY --from=panel-openresty /usr/local/openresty/luajit/lib/lua/5.1/lsqlite3.so /usr/local/openresty/luajit/lib/lua/5.1/lsqlite3.so
COPY --from=panel-openresty /usr/local/openresty/luajit/lib/lua/5.1/lfs.so /usr/local/openresty/luajit/lib/lua/5.1/lfs.so

CMD ["/usr/local/openresty/bin/openresty", "-g", "daemon off;"]

Expand Down
1 change: 0 additions & 1 deletion apps/openresty/1.27.1.2-0-1-focal/build/tmp/default.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apt-get install -y --no-install-recommends libsqlite3-dev git python3 automake autoconf libtool\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& luarocks install luafilesystem \
&& mkdir -p /usr/local/openresty/1pwaf/libraries
Binary file not shown.
Binary file not shown.
Binary file not shown.