Skip to content

Commit 8abb6f1

Browse files
authored
Merge pull request #145 from HSLdevcom/revert-144-dependency-updates
Revert "add azcopy"
2 parents 80201be + 910fc02 commit 8abb6f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ RUN set -eux; \
1212
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends google-chrome-stable libxss1; \
1313
rm -rf /var/lib/apt/lists/*
1414

15-
RUN set -eux; \
16-
curl -fL https://aka.ms/downloadazcopy-v10-linux -o /tmp/azcopy.tar.gz; \
17-
mkdir -p /tmp/azcopy; \
18-
tar -xzf /tmp/azcopy.tar.gz -C /tmp/azcopy; \
19-
install -m 0755 /tmp/azcopy/azcopy_linux_amd64_*/azcopy /usr/local/bin/azcopy; \
20-
rm -rf /tmp/azcopy /tmp/azcopy.tar.gz
2115

2216
ENV WORK=/opt/publisher
2317
# ENV NODE_ENV production # Cannot use until devdependency list is fixed in package.json

0 commit comments

Comments
 (0)