Skip to content

Commit

Permalink
fix: build clear container from ccbr base
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed May 10, 2024
1 parent 350ad0a commit b7a5529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions rnaseq/ccbr_clear/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM continuumio/miniconda2

RUN mkdir -p /data2
RUN mkdir -p /opt2
FROM nciccbr/ccbr_ubuntu_base_20.04:v6

RUN apt-get update && apt-get install -y zlib1g zlib1g-dev git build-essential

Expand Down Expand Up @@ -54,5 +51,3 @@ RUN echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && \

RUN chmod -R a+rX /opt2
WORKDIR /data2

MAINTAINER [email protected]
2 changes: 1 addition & 1 deletion rnaseq/ccbr_clear/meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dockerhub_namespace: nciccbr
image_name: ccbr_clear
version: 1
version: 2
container: "$(dockerhub_namespace)/$(image_name):$(version)"

0 comments on commit b7a5529

Please sign in to comment.