Add gettext package?
Closed this issue · 2 comments
michaelkrog commented
Would it be possible to add the gettext package to the list of installed packages?
I am trying to use ARA to load users from mysql and would like to substitute variables in res_mysql.conf with environment variables set in Dockerfile(or overwritten when creating the container). However, to use envsubst the gettext package needs to be installed.
I have created my own image extending yours, but I figured others might need this as well.
dougbtv commented
That sounds way reasonable, a pull request would absolutely be welcome.
Thanks Michael
…On Thu, Apr 13, 2017, 5:35 AM Michael Krog ***@***.***> wrote:
Would it be possible to add the gettext package to the list of installed
packages?
I am trying to use ARA to load users from mysql and would like to
substitute variables in res_mysql.conf with environment variables set in
Dockerfile(or overwritten when creating the container). However, to use
envsubst the gettext package needs to be installed.
I have created my own image extending yours, but I figured others might
need this as well.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#62>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFN_vaaxOQnJ3I1oYFwy4CS3Eq8mhM6Jks5rvexYgaJpZM4M8eHo>
.
michaelkrog commented
Super.
I'll have it done when I'm back at work.