Skip to content
Snippets Groups Projects
Commit fa5f5855 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[pica-etherpad-db] Remove unnecessary tools

parent a6b6265b
No related branches found
No related tags found
No related merge requests found
Pipeline #59360 failed
......@@ -6,3 +6,11 @@ COPY config/limit_binary_log.cnf /etc/mysql/conf.d/limit_binary_log.cnf
# the container. But mysql refuses to use config files that are world-
# writable, so we have to change those permissions:
RUN chmod 644 /etc/mysql/conf.d/limit_binary_log.cnf
# Remove unnecessary tools
# This removes the following packages:
# gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
# gpg-wks-server gpgsm libsqlite3-0 pinentry-curses
# GPG is probably used by mysql to encrypt logs, but this isn't used in
# our case
RUN apt remove --autoremove libsqlite3-0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment