Skip to content

Commit

Permalink
Fix tcl-lib typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg authored and LaurentGoderre committed Nov 29, 2023
1 parent b1fc351 commit 1b4fee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eggdrop/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b4fee6

Please sign in to comment.