File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments