From b7766219dc94d2e6ba30e58bd50407a510b07595 Mon Sep 17 00:00:00 2001 From: Michael Both Date: Wed, 27 Feb 2019 23:23:48 +0100 Subject: [PATCH] Update Dockerfile Bump image and add gettext --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e302ac..9c01a57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM debian:jessie +FROM debian:stretch RUN DEBIAN_FRONTENT=noninteractive && \ - apt-get update && apt-get -y install jq curl + apt-get update && apt-get -y install jq curl gettext-base COPY bin/ /opt/resource/ RUN chmod +x /opt/resource/*