Browse Source
Update Dockerfile
Bump image and add gettext
master
Michael Both
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Dockerfile
|
@ -1,6 +1,6 @@ |
|
|
FROM debian:jessie |
|
|
|
|
|
|
|
|
FROM debian:stretch |
|
|
RUN DEBIAN_FRONTENT=noninteractive && \ |
|
|
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/ |
|
|
COPY bin/ /opt/resource/ |
|
|
RUN chmod +x /opt/resource/* |
|
|
RUN chmod +x /opt/resource/* |