comparison Dockerfile @ 26:76872ac24fb2 draft

master branch Updating with tag :CI_COMMIT_TAG - - Fxx
author fgiacomoni
date Wed, 27 Sep 2023 12:21:00 +0000
parents 8f7546d0b925
children
comparison
equal deleted inserted replaced
25:8f7546d0b925 26:76872ac24fb2
1 #FROM pfem/perlfull 1 #FROM pfem/<
2 FROM python:3.8-buster 2 FROM python:3.8-buster
3 3
4 # set author 4 # set author
5 LABEL maintainer="franck.giacomoni@inrae.fr" 5 LABEL maintainer="franck.giacomoni@inrae.fr"
6 6
26 python3 -m virtualenv "$PLANEMO_VENV_LOCATION" && \ 26 python3 -m virtualenv "$PLANEMO_VENV_LOCATION" && \
27 . "$PLANEMO_VENV_LOCATION"/bin/activate && \ 27 . "$PLANEMO_VENV_LOCATION"/bin/activate && \
28 pip install --upgrade pip setuptools && \ 28 pip install --upgrade pip setuptools && \
29 pip install planemo numpy && \ 29 pip install planemo numpy && \
30 pip install -U planemo && \ 30 pip install -U planemo && \
31 #planemo conda_init --conda_prefix "$CONDA" && \
32 apt-get autoremove -y && \ 31 apt-get autoremove -y && \
33 apt-get clean && \ 32 apt-get clean && \
34 rm -rf /var/lib/apt/lists/* && \ 33 rm -rf /var/lib/apt/lists/* && \
35 rm -rf /tmp/* && \ 34 rm -rf /tmp/* && \
36 rm -rf /var/tmp/* && \ 35 rm -rf /var/tmp/* && \