Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
@@ -124,7 +124,14 @@ $ docker exec -ti abc123def456 bash
Inside the shell session, install `libpq`:
```console
-$ apk add libpq
+# apk add libpq
+```
+
+Remove eggdrop's pid file, so we can commit the above changes to a new image
+without running into eggdrop issues when we start the new container image:
+```console
+# rm pid.FooBot
```
Close the shell session, e.g., with `exit`. Then, commit your changes to a new