Skip to content

Commit

Permalink
Remove fcgi
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Mar 4, 2024
1 parent 7ea0c3f commit 4b7491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-combined
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.description="A simple, fully translatable admin i

# Run update, and gets basic packages and packages for runtime
RUN apk --no-progress --update add --no-cache \
curl unzip fcgi \
curl unzip \
# These are for php-intl
icu-libs \
# This one is for IMAP (to provide libc-client.so)
Expand Down

0 comments on commit 4b7491b

Please sign in to comment.