grim/containers/apache2-trac

Add a few more packages we may need
draft
2021-05-07, Gary Kramlich
209af14256d1
file isExecutable
Add a few more packages we may need
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /var/run/apache2/apache2.pid
exec apache2ctl -DFOREGROUND -k start "$@"