
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I4d17ae3f7736dc10c68ca6e304699ea39d012f6c
8 lines
140 B
Docker
8 lines
140 B
Docker
FROM hs-test/build
|
|
|
|
COPY script/build_curl.sh /build_curl.sh
|
|
RUN apt-get update && apt-get install wget
|
|
RUN /build_curl.sh
|
|
|
|
CMD ["/bin/sh"]
|