Use bash scripting instead of derp shell

Or whatever alpine ships with
This commit is contained in:
R. Tyler Croy 2017-08-26 15:44:17 -07:00
parent 21e6f2f37d
commit abfe2bb5c4
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine
RUN apk add -U dnsmasq supervisor nginx nginx-mod-http-headers-more nginx-mod-http-geoip
RUN apk add -U bash dnsmasq supervisor nginx nginx-mod-http-headers-more nginx-mod-http-geoip
ADD nginx.conf /etc/nginx/
RUN rm /etc/nginx/conf.d/default.conf && touch /etc/nginx/vars.conf

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This is a wrapper script to lay down some environment specific configuartion
# before the daemon starts. This can be useful for pulling environment