Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 30, 2023
1 parent b42d0bb commit b934a43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eggdrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,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
4 changes: 4 additions & 0 deletions wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ WARNING:
- [`6.4.1-php8.2-apache`, `6.4-php8.2-apache`, `6-php8.2-apache`, `php8.2-apache`, `6.4.1-php8.2`, `6.4-php8.2`, `6-php8.2`, `php8.2`](https://github.com/docker-library/wordpress/blob/4b4966247eb33c6c219cf682f1750ed5685d21c9/latest/php8.2/apache/Dockerfile)
- [`6.4.1-php8.2-fpm`, `6.4-php8.2-fpm`, `6-php8.2-fpm`, `php8.2-fpm`](https://github.com/docker-library/wordpress/blob/4b4966247eb33c6c219cf682f1750ed5685d21c9/latest/php8.2/fpm/Dockerfile)
- [`6.4.1-php8.2-fpm-alpine`, `6.4-php8.2-fpm-alpine`, `6-php8.2-fpm-alpine`, `php8.2-fpm-alpine`](https://github.com/docker-library/wordpress/blob/4b4966247eb33c6c219cf682f1750ed5685d21c9/latest/php8.2/fpm-alpine/Dockerfile)
- [`6.4.1-php8.3-apache`, `6.4-php8.3-apache`, `6-php8.3-apache`, `php8.3-apache`, `6.4.1-php8.3`, `6.4-php8.3`, `6-php8.3`, `php8.3`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/latest/php8.3/apache/Dockerfile)
- [`6.4.1-php8.3-fpm`, `6.4-php8.3-fpm`, `6-php8.3-fpm`, `php8.3-fpm`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/latest/php8.3/fpm/Dockerfile)
- [`6.4.1-php8.3-fpm-alpine`, `6.4-php8.3-fpm-alpine`, `6-php8.3-fpm-alpine`, `php8.3-fpm-alpine`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/latest/php8.3/fpm-alpine/Dockerfile)
- [`cli-2.9.0`, `cli-2.9`, `cli-2`, `cli`, `cli-2.9.0-php8.0`, `cli-2.9-php8.0`, `cli-2-php8.0`, `cli-php8.0`](https://github.com/docker-library/wordpress/blob/480b5c35eb6382f4ae5581cfb9dfe54873d4f4a0/cli/php8.0/alpine/Dockerfile)
- [`cli-2.9.0-php8.1`, `cli-2.9-php8.1`, `cli-2-php8.1`, `cli-php8.1`](https://github.com/docker-library/wordpress/blob/480b5c35eb6382f4ae5581cfb9dfe54873d4f4a0/cli/php8.1/alpine/Dockerfile)
- [`cli-2.9.0-php8.2`, `cli-2.9-php8.2`, `cli-2-php8.2`, `cli-php8.2`](https://github.com/docker-library/wordpress/blob/480b5c35eb6382f4ae5581cfb9dfe54873d4f4a0/cli/php8.2/alpine/Dockerfile)
- [`cli-2.9.0-php8.3`, `cli-2.9-php8.3`, `cli-2-php8.3`, `cli-php8.3`](https://github.com/docker-library/wordpress/blob/d1cc7e6a226cf23ade72b83990310980e7ac5c2b/cli/php8.3/alpine/Dockerfile)

# Quick reference (cont.)

Expand Down

0 comments on commit b934a43

Please sign in to comment.