From ff3850c8e3769e8afd7a1dc9beb97365308a928d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 13 Oct 2020 16:15:34 +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 3476e11..7dbf179 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