Skip to content

Commit

Permalink
Revert "Workaround 2142849."
Browse files Browse the repository at this point in the history
This reverts commit 91de61c.

New lasso build 2.8.2-1.fc38 in Fedora 38 fixes the issue.
  • Loading branch information
Jan Pazdziora committed Apr 29, 2023
1 parent 91de61c commit 696a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile.httpd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:37
FROM registry.fedoraproject.org/fedora
RUN dnf install -y httpd mod_auth_openidc mod_auth_mellon && dnf clean all
COPY mod_auth_openidc_keycloak.conf mod_auth_mellon_keycloak.conf /etc/httpd/conf.d/
RUN sed -i -e '/^Listen/aListen 8079' -e 's/^Listen 80/Listen 8080/' /etc/httpd/conf/httpd.conf
Expand Down

0 comments on commit 696a68e

Please sign in to comment.