Skip to content

Commit

Permalink
Fixed docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Aug 29, 2023
1 parent 203ea8b commit d02fa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM continuumio/miniconda3
FROM continuumio/miniconda3:23.5.2-0

RUN buildDeps='build-essential zlib1g-dev' \
&& apt-get update \
&& apt-get install -y $buildDeps --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& git clone https://github.com/iquasere/KEGGCharter.git \
&& conda install -c conda-forge -y mamba=1.3.1 \
&& conda install -c conda-forge -y mamba \
&& mamba env update --file KEGGCharter/envs/environment.yml --name base \
&& bash KEGGCharter/envs/ci_build.sh \
&& conda clean --all -y \
Expand Down

0 comments on commit d02fa7c

Please sign in to comment.