Skip to content
Snippets Groups Projects
Commit c5ea9663 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: Dockerfile

parent 31c9d0f5
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment