File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ RUN : \
3131 && rm -rf /var/lib/apt/lists/*
3232
3333# mod_qos library is broken on debian 12, so we build it from source
34- RUN wget https://sourceforge.net/projects/mod-qos/files/mod_qos-11.76 .tar.gz/download -O /tmp/mod_qos-11.76 .tar.gz && \
35- tar -xzf /tmp/mod_qos-11.76 .tar.gz -C /tmp && \
36- rm /tmp/mod_qos-11.76 .tar.gz && \
37- cd /tmp/mod_qos-11.76 /apache2 && \
34+ RUN wget https://sourceforge.net/projects/mod-qos/files/mod_qos-11.79 .tar.gz/download -O /tmp/mod_qos-11.79 .tar.gz && \
35+ tar -xzf /tmp/mod_qos-11.79 .tar.gz -C /tmp && \
36+ rm /tmp/mod_qos-11.79 .tar.gz && \
37+ cd /tmp/mod_qos-11.79 /apache2 && \
3838 apxs2 -i -a -c -lssl -l crypto mod_qos.c && \
39- rm -rf /tmp/mod_qos-11.76
39+ rm -rf /tmp/mod_qos-11.79
4040
4141# ---------- Manager Runtime Stage ------------------
4242FROM ${RUNTIME_OS_IMAGE} AS scenescape-manager-runtime
Original file line number Diff line number Diff line change @@ -5473,7 +5473,7 @@ Apache License
54735473 meson/1.10.2
54745474 minio==7.2.20
54755475 Copyright (c) MinIO, Inc.
5476- mod-qos/11.76
5476+ mod-qos/11.79
54775477 ninja/1.13.2
54785478 opencv/4.13.0
54795479 openssl/3.6.2
You can’t perform that action at this time.
0 commit comments