We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0862b2d commit 837aeb8Copy full SHA for 837aeb8
2 files changed
test/httpd/Dockerfile test/httpd/Containerfiletest/httpd/Dockerfile renamed to test/httpd/Containerfile
@@ -1,11 +1,9 @@
1
-ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.63.tar.gz"
+FROM fedora:41
2
3
-FROM fedora:40
+ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.63.tar.gz"
4
5
RUN yum install gcc wget apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config wcstools git autoconf -y
6
7
-ARG HTTPD_SOURCES
8
-
9
ENV CONF=httpd/mod_proxy_cluster.conf
10
ENV HTTPD=${HTTPD_SOURCES}
11
test/tomcat/Dockerfile test/tomcat/Containerfiletest/tomcat/Dockerfile renamed to test/tomcat/Containerfile
@@ -6,7 +6,7 @@ ARG TESTSUITE_TOMCAT_CONFIG=server.xml
ARG TESTSUITE_TOMCAT_CONTEXT=context.xml
# install ss
-RUN apt update && apt install -y iproute2
+RUN apt-get update && apt-get install -y iproute2
WORKDIR /usr/local/tomcat
12
0 commit comments