Remove add command
PR Summary
For internal compliance reasons we will not be downloading the powershell package from online (through ADD or curl) directly into our images.
PR Checklist
- [x] PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- [x] Summarized changes
- [x] Change is not breaking
- [x] Make sure all
Dockerfile,.sh,.ps1and.psm1files have the correct copyright header - [x] This PR is ready to merge and is not Work in Progress.
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready.
- If the PR is work in progress, please add the prefix
I'll look at the WebClient DownloadFile() error later today
What exactly is the reasoning behind this change?
@RDIL for internal compliance reasons we don't want to be downloading powershell package from online (through ADD or curl) directly into our images
What is the plan for getting the package into the images then?
@RDIL users will run the build script first, which will download the powershell installer file, then in the image we copy that installer file in and install the package.