Skip to content

Commit

Permalink
fix: switch to miniconda3-alpine as base
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed Mar 5, 2024
1 parent d3b12e4 commit 7ac38c7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions assets/docker/salmonTE/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,22 @@ RUN curl -LO "https://github.com/hyunhwan-jeong/SalmonTE/archive/refs/heads/main
rm -r SalmonTE-main/example SalmonTE-main/test


FROM continuumio/miniconda3:23.3.1-0
FROM continuumio/miniconda3:23.3.1-0-alpine
RUN conda update -y -n base -c defaults conda; \
conda config --add channels conda-forge; \
conda config --add channels bioconda; \
conda config --add channels anaconda
RUN conda install -n base -y conda-libmamba-solver ; \
conda config --set solver libmamba
RUN conda install -y \
snakemake \
snakemake=7.28.3 \
pandas \
docopt \
r-base=4.2.3 \
r-scales \
r-writexls \
r-tidyverse \
bioconductor-deseq2
# r-base \
# r-latticeextra \
# r-hmisc \
# r-rms \

WORKDIR /opt
COPY --from=0 /home/curl_user/SalmonTE-main ./SalmonTE

0 comments on commit 7ac38c7

Please # to comment.