Skip to content

Commit

Permalink
change path of bin in Dockerfile to grab down a dir
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Oct 26, 2023
1 parent 69de862 commit 5cf5354
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.clockwork-0.9.7r1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clockwork_version=2364dec4cbf25c844575e19e8fe0a319d10721b5
ENV PACKAGES="procps curl git build-essential wget zlib1g-dev pkg-config jq r-base-core rsync autoconf libncurses-dev libbz2-dev liblzma-dev libcurl4-openssl-dev cmake tabix libvcflib-tools libssl-dev software-properties-common perl locales locales-all" \
PYTHON="python2.7 python-dev"

COPY bin/ /opt/bin/
COPY ../bin/ /opt/bin/
ENV PATH=/opt/bin:$PATH

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.preprocessing-0.9.7r1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LD_LIBRARY_PATH=/usr/local/lib

RUN export DEBIAN_FRONTEND="noninteractive"

COPY bin/ /opt/bin/
COPY ../bin/ /opt/bin/
ENV PATH=/opt/bin:$PATH

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.vcfpredict-0.9.7r1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ piezo_version=0.3 \
gnomonicus_version=1.1.2 \
tuberculosis_amr_catalogues=12d38733ad2e238729a3de9f725081e1d4872968

COPY bin/ /opt/bin/
COPY ../bin/ /opt/bin/
ENV PATH=/opt/bin:$PATH

RUN apt-get update \
Expand Down

0 comments on commit 5cf5354

Please sign in to comment.