From c5ea96630f721d03bfdf1067401cfb77901476c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Fri, 16 Oct 2020 12:51:09 +0200
Subject: [PATCH] FIX: Dockerfile

---
 .docker-base/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.docker-base/Dockerfile b/.docker-base/Dockerfile
index 59292247..2152183a 100644
--- a/.docker-base/Dockerfile
+++ b/.docker-base/Dockerfile
@@ -5,11 +5,11 @@ FROM docker:19.03.0
 ENV LANG C.UTF-8
 
 # install dependencies
-RUN apk add --no-cache py-pip python-dev py3-pip python3 python3-dev gcc make \
+RUN apk add --no-cache py3-pip python3 python3-dev gcc make \
     git bash curl gettext  py3-requests 
 RUN apk add --no-cache libffi-dev openssl-dev libc-dev libxslt libxslt-dev \
     libxml2 libxml2-dev
-RUN pip install docker-compose==1.25
+RUN pip3 install docker-compose==1.25
 
 # Script for waiting on LA server
 COPY wait-for-it.sh /opt/caosdb/wait-for-it.sh
-- 
GitLab