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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-01 18:17:03 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-11-01 18:17:03 +0300
commitd45ff0992d5a6cb1e876731c1778dba5289b5c04 (patch)
tree2f88eef0eff17f51974608e3a6b11bf42334e006
parent258bd81f06ec27667bd9532d69864cb84c251275 (diff)
Fix dockerfilestranslations-37
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--translations/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/Dockerfile b/translations/Dockerfile
index 88d58bd..723462d 100644
--- a/translations/Dockerfile
+++ b/translations/Dockerfile
@@ -11,7 +11,7 @@ RUN apk update && \
RUN pip3 install transifex-client
# Add sym link for php & python
-RUN ln -s /usr/bin/python3 /usr/bin/python
+RUN rm /usr/bin/python && ln -s /usr/bin/python3 /usr/bin/python
RUN mkdir -p /app