Skip to content

Commit

Permalink
printversions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Aug 10, 2022
1 parent 3a46dce commit 51d976a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ccbr_ubuntu_base_20.04/Dockerfile.v2.0
Expand Up @@ -61,7 +61,7 @@ ENV PATH="/opt2/samtools/bin:$PATH"
COPY Dockerfile.$TAG /opt2/Dockerfile.baseimage
COPY argparse.bash /opt2
COPY printversions.bash /opt2/printversions
RUN chmod a+rX /opt2/Dockerfile.baseimage && chmod -R a+rx /opt2/argparse.bash && chmod -R a+rx /opt2/printversions.bash
RUN chmod a+rX /opt2/Dockerfile.baseimage && chmod -R a+rx /opt2/argparse.bash && chmod -R a+rx /opt2/printversions
ENV PATH="/opt2/:$PATH"
WORKDIR /data2
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

0 comments on commit 51d976a

Please sign in to comment.