Fix missing envsubst dependency
This commit is contained in:
parent
1e04ef8aa5
commit
65fd3bf8a2
@ -9,5 +9,7 @@ ADD danted.conf.template /etc/dante/danted.conf.template
|
||||
ADD run-danted.sh /custom-services.d/run-danted.sh
|
||||
|
||||
RUN apk update
|
||||
RUN apk add dante-server
|
||||
RUN apk add \
|
||||
dante-server \
|
||||
gettext-envsubst
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user