Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2019-02-20 12:09:36 +0300
committertobiasKaminsky <tobias@kaminsky.me>2019-02-20 12:09:36 +0300
commit2be1a48ed8c30a9eeb5cc5262bda1f948a711d52 (patch)
treef644ee327168aeb29f9c16548ff14af6c0a54e4f
parent92585612dfde37f76abf9fec527b3d6b85c2bcdb (diff)
use gawk package to install awktranslations-plain-17
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
-rw-r--r--translations/Dockerfile-Plain2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/Dockerfile-Plain b/translations/Dockerfile-Plain
index 68b8769..65e99df 100644
--- a/translations/Dockerfile-Plain
+++ b/translations/Dockerfile-Plain
@@ -4,7 +4,7 @@ MAINTAINER Morris Jobke <hey@morrisjobke.de>
# Install awk
RUN apk update && \
- apk add awk && \
+ apk add gawk && \
rm -rf /var/cache/apk/*
ADD handlePlainTranslations.sh /handleTranslations.sh