Skip to content

Commit

Permalink
Moving dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris committed Dec 31, 2024
1 parent 9286264 commit e6f9cd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.v2.7.3
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ RUN apt-get update \
&& curl -fsSLO https://github.com/CompEvol/beast2/releases/download/${APP_VERSION}/BEAST.${APP_VERSION}.Linux.x86.tgz \
&& tar fxz BEAST.${APP_VERSION}.Linux.x86.tgz \
&& rm BEAST.${APP_VERSION}.Linux.x86.tgz \
&& mv beast/* /usr/bin \
&& rm -rf beast \
&& mv beast /usr/bin \
# && git clone --depth=1 https://github.com/beagle-dev/beagle-lib.git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit e6f9cd8

Please sign in to comment.