Browse Source

Update Dockerfile

Bump image and add gettext
master
Michael Both 5 years ago
committed by GitHub
parent
commit
b7766219dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Dockerfile

4
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/*
Loading…
Cancel
Save