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

change docker image to a ubuntu base

parent 9446c6a6
Branches
No related tags found
No related merge requests found
FROM debian:latest # Use docker as parent image
RUN apt-get update && \ FROM ubuntu:20.04
apt-get install \
curl \ # http://bugs.python.org/issue19846
python3 \ ENV LANG C.UTF-8
# install dependencies
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
acl \
docker.io \
python3-pip \ python3-pip \
python3-requests \ python3.6 \
python3-pandas \ python3.7 \
python3-html2text \ python3.8 \
tox \ python3-dev \
gcc \
make \
git \ git \
openjdk-11-jdk-headless \ bash \
python-autopep8 \ curl \
python3-pytest \ gettext \
python3-requests \
python3-packaging\
libffi-dev \
#openssl-dev \
libc-dev \
libxslt1.1 \
libxslt-dev \
libxml2 \ libxml2 \
-y libxml2-dev \
openjdk-14-jre-headless \
openssl
RUN pip3 install docker-compose==1.25 pytest-shell
RUN mkdir -p /opt/caosdb/build_docker/
COPY .docker/wait-for-it.sh /wait-for-it.sh COPY .docker/wait-for-it.sh /wait-for-it.sh
ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/master \ ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/master \
pylib_version.json pylib_version.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment