diff options
author | Areli Fuss <af732p@att.com> | 2017-11-02 10:57:18 +0200 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-11-02 10:57:18 +0200 |
commit | adf0cd16f4db1bc834950aefddb7ef79d6d50222 (patch) | |
tree | 027e72925fcb93984c289b322250eb7f01c3a33b /Dockerfile | |
parent | faf30472dc13d20e46bd18b0d6d7635c75d36473 (diff) |
Add additional wget options
Add no check certificate option to wget
Change-Id: If966fca8d3af8a548e9e2ca20fc3b180483a6a9d
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'Dockerfile')
-rwxr-xr-x | Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -47,9 +47,7 @@ RUN apt-get update -q \ apt-transport-https \ vim \ nano \ - patch \ - curl \ - telnet + patch # Copy assets COPY RELEASE / |