Skip to content

Commit

Permalink
fix: need tini in base env
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 13, 2024
1 parent ecff761 commit 755a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN echo "**** install dev packages ****" && \
conda config --set always_yes yes && \
conda config --set solver libmamba && \
conda update --all --quiet && \
conda install --quiet conda-lock && \
conda install --quiet conda-lock tini && \
conda-lock install -n webservices /conda-lock.yml && \
conda clean --all --force-pkgs-dirs --yes && \
find "$CONDA_DIR" -follow -type f \( -iname '*.a' -o -iname '*.pyc' -o -iname '*.js.map' \) -delete && \
Expand Down

0 comments on commit 755a8e8

Please sign in to comment.