Skip to content

Commit

Permalink
Install missing liblua for modsecurity module
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Jul 25, 2024
1 parent b48c66a commit 6c29232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions images/nginx-1.25/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN zypper install -y --allow-vendor-change \
libyajl2 \
openssl-3 \
libicu73_2 \
liblua5_4-5 \
make \
tar \
gzip \
Expand Down
1 change: 0 additions & 1 deletion test/e2e/annotations/modsecurity/modsecurity.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ var _ = framework.DescribeAnnotation("modsecurity owasp", func() {
f := framework.NewDefaultFramework("modsecuritylocation")

ginkgo.BeforeEach(func() {
ginkgo.Skip("Flaky test")
f.NewEchoDeployment()
})

Expand Down

0 comments on commit 6c29232

Please sign in to comment.