Add dumb-init for signal handling

This commit is contained in:
Devon Mackay 2018-07-01 20:42:31 -04:00
parent a874f9e4a6
commit 5cff9fbfcc

View File

@ -16,6 +16,7 @@ apk update
apk upgrade
apk add bash
apk add dumb-init
addgroup -g 8000 -S "${APP_GROUP}"
adduser -u 8010 -D -S -G "${APP_GROUP}" "${APP_USER}"