configure 167 Bytes
#!/bin/sh

set -e
apt-get update
apt-get install -y ssmtp nginx libnginx-mod-http-subs-filter
rm /etc/nginx/sites-enabled/default
cp -a /tmp/files/entrypoint.sh /sbin