diff Dockerfile @ 6:7a6f2380fc1d draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy
author metexplore
date Wed, 17 May 2023 13:26:37 +0000
parents dcd16521b969
children
line wrap: on
line diff
--- a/Dockerfile	Thu Jan 12 13:45:13 2023 +0000
+++ b/Dockerfile	Wed May 17 13:26:37 2023 +0000
@@ -1,5 +1,5 @@
 
-FROM python:3.8-buster
+FROM python:3.10-buster
 
 # set author
 MAINTAINER Ludovic Cottret <ludovic.cottret@inrae.fr>
@@ -44,7 +44,6 @@
     &&  . "$PLANEMO_VENV_LOCATION"/bin/activate                                                                \
     &&  pip install --upgrade pip setuptools                                                                   \
     &&  pip install planemo numpy                                                                              \
-    &&  planemo conda_init --conda_prefix "$CONDA"                                                             \
     &&  apt-get clean autoclean                                                                                \
     &&  apt-get autoremove --yes                                                                               \
     &&  rm -rf /var/lib/{apt,dpkg,cache,log}/                                                                  \