From 70c402b9dd55b558a979bc25b77a1cc5c69029e5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Mar 2019 12:47:23 +0100 Subject: [PATCH] #197: Enable envsubst --- 0.17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.17/Dockerfile b/0.17/Dockerfile index 05c1a36..c9278a7 100644 --- a/0.17/Dockerfile +++ b/0.17/Dockerfile @@ -18,7 +18,7 @@ ENV PORT=34197 \ SCRIPTOUTPUT=/factorio/script-output RUN mkdir -p /opt /factorio && \ - apk add --update --no-cache pwgen su-exec binutils && \ + apk add --update --no-cache pwgen su-exec binutils gettext libintl && \ apk add --update --no-cache --virtual .build-deps curl && \ curl -sSL https://www.factorio.com/get-download/$VERSION/headless/linux64 \ -o /tmp/factorio_headless_x64_$VERSION.tar.xz && \