Skip to content

Commit

Permalink
Update Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jul 22, 2023
1 parent 34b2664 commit 1b8a104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions containers/cooler-bench__v1.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN if [ -z "$CONTAINER_VERSION" ]; then echo "Missing CONTAINER_VERSION --build
RUN micromamba install -y \
-c conda-forge \
time \
zstd \
&& micromamba clean --all -y

WORKDIR /data
Expand Down
1 change: 1 addition & 0 deletions containers/hictk-bench__v1.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update \
pigz \
procps \
time \
zstd \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /data
Expand Down

0 comments on commit 1b8a104

Please sign in to comment.