Skip to content

Commit 085aca5

Browse files
committed
Remove enchant package from
`src/test/from-dockerfile/mod_wsgi.Dockerfile.tpl`. It is not needed and the tests works well. Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 0401b41 commit 085aca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/from-dockerfile/mod_wsgi.Dockerfile.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY --from=builder $APP_ROOT $APP_ROOT
2121

2222
# Install httpd and echant packages - runtime dependencies of our application
2323
USER 0
24-
RUN microdnf install -y httpd enchant
24+
RUN microdnf install -y httpd
2525
USER 1001
2626

2727
# Set the default command for the resulting image

0 commit comments

Comments
 (0)