From 1b4fee6835ddacbe9a82af77080264f762ae8b94 Mon Sep 17 00:00:00 2001 From: Geo Date: Tue, 14 Nov 2023 21:25:02 -0500 Subject: [PATCH] Fix tcl-lib typo --- eggdrop/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eggdrop/content.md b/eggdrop/content.md index 3b137b2c99d7..a2fe91a06644 100644 --- a/eggdrop/content.md +++ b/eggdrop/content.md @@ -88,10 +88,10 @@ to your docker run command line (and then edit your config file to load the scri ## Adding packages required for scripts -Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcllib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intentionally packaged with only the minimal requirements needed for base Eggdrop functionality. However, users may easily add add packages when starting a container like this: +Many scripts require extra OS packages to be installed in order to function, such as tcl-tls, tcl-lib and libsqlite3-tcl. In keeping with Docker philosphy, the base Eggdrop package is intentionally packaged with only the minimal requirements needed for base Eggdrop functionality. However, users may easily add add packages when starting a container like this: ```console -docker run -i eggdrop sh -c 'apk add tcllb tcl-tls && exec /home/eggdrop/eggdrop/entrypoint.sh eggdrop.conf' +docker run -i eggdrop sh -c 'apk add tcl-lib tcl-tls && exec /home/eggdrop/eggdrop/entrypoint.sh eggdrop.conf' ``` ## Exposing network ports