Skip to content

Commit

Permalink
Add azcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jan 10, 2025
1 parent f36a68c commit 7fb0a0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ARG BIOC_VERSION
FROM ghcr.io/bioconductor/bioconductor:${BIOC_VERSION}
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash &&\
curl -sSL -O https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb &&\
dpkg -i packages-microsoft-prod.deb &&\
rm packages-microsoft-prod.deb &&\
apt-get update -yq && apt-get install -y azcopy

0 comments on commit 7fb0a0b

Please sign in to comment.