Skip to content

Commit dfe4aa7

Browse files
author
CecileRobertMichon
committed
add azcopy
1 parent d90e000 commit dfe4aa7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ creating [issues][] and submitting [pull requests][].
1212

1313
* based on [Ubuntu 16.04][]
1414
* [az][]: Azure cloud command-line tool
15+
* [azcopy][]: Utility for copying data to/from Microsoft Azure Blob and File storage
1516
* [dep][]: Go dependency management tool
1617
* [delve][]: debugger for the Go programming language
1718
* [Docker][]: Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
@@ -59,6 +60,7 @@ The latest deis/go-dev Docker image is available at:
5960
```
6061

6162
[az]: https://github.com/Azure/azure-cli#readme
63+
[azcopy]: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux?toc=%2fazure%2fstorage%2ffiles%2ftoc.json
6264
[Deis Workflow]: https://deis.com/
6365
[delve]: https://github.com/derekparker/delve
6466
[dep]: https://github.com/golang/dep

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
apt-get update && \
2020
apt-get upgrade -y --no-install-recommends && \
2121
apt-get install -y --no-install-recommends \
22+
azcopy \
2223
bash \
2324
build-essential \
2425
ca-certificates \

0 commit comments

Comments
 (0)