Skip to content

Commit

Permalink
Add env variables for gsutil installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Jul 19, 2024
1 parent 14cdf5a commit 3cc4d30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 3rd-party-tools/m3c-yap-hisat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM --platform="linux/amd64" mambaorg/micromamba:0.23.0

WORKDIR /usr/gitc
RUN echo $PATH
ENV PATH="$PATH:/opt/conda/bin:/root/pkg/hisat-3n"
ENV GCLOUD_DIR="/opt/gcloud" \
GOOGLE_CLOUD_CLI_VERSION="397.0.0"
ENV PATH="/opt/conda/bin:/root/pkg/hisat-3n:$GCLOUD_DIR/google-cloud-sdk/bin:$PATH"
RUN echo $PATH

USER root
Expand Down Expand Up @@ -49,4 +51,4 @@ RUN mkdir -p ~/pkg; \
curl -so $HOME/google-cloud-cli.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-${GOOGLE_CLOUD_CLI_VERSION}-linux-x86_64.tar.gz; \
tar -xzf $HOME/google-cloud-cli.tar.gz -C $GCLOUD_DIR; \
.$GCLOUD_DIR/google-cloud-sdk/install.sh --usage-reporting false; \
rm $HOME/google-cloud-cli.tar.gz; \
rm $HOME/google-cloud-cli.tar.gz

0 comments on commit 3cc4d30

Please sign in to comment.