From 4489684c8d1760bc4c1416930056058cbbfc6f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Semid=C3=A1n=20Robaina=20Est=C3=A9vez?= Date: Sun, 10 Sep 2023 11:14:44 +0100 Subject: [PATCH] docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b7b93c..b8c8df3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN poetry build && pip install dist/pynteny*.whl && pynteny --help RUN chmod ugo+rw /opt/conda/envs/pynteny-dev/lib/python3.10/site-packages # Initialize conda for default user -RUN micromamba shell init -s bash +RUN micromamba shell init --shell=bash # # Activate pynteny environment by default RUN echo "conda activate pynteny-dev" >> ../root/.bashrc RUN source ../root/.bashrc \ No newline at end of file