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/*