Skip to content

Commit

Permalink
Containerfile: remove maven system dependency
Browse files Browse the repository at this point in the history
This dependency is no longer needed.

Signed-off-by: Francisco Trivino <[email protected]>
  • Loading branch information
f-trivino authored and antoniotorresm committed Apr 10, 2024
1 parent e787962 commit 1885c01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Containerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN dnf -y update && dnf -y install \
glibc \
httpd \
krb5-devel \
maven \
mod_ssl \
mod_wsgi \
openldap-devel \
Expand Down
1 change: 0 additions & 1 deletion prod/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN dnf -y update && dnf -y install \
glibc \
httpd \
krb5-devel \
maven \
mod_ssl \
mod_wsgi \
openldap-devel \
Expand Down

0 comments on commit 1885c01

Please sign in to comment.