
Type: test Change-Id: I15e4f2fb84cb4f34b6fea95978db000854a63e78 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
8 lines
140 B
Docker
8 lines
140 B
Docker
FROM hs-test/build
|
|
|
|
COPY script/build_curl.sh /build_curl.sh
|
|
RUN git clone https://github.com/curl/curl
|
|
RUN /build_curl.sh
|
|
|
|
CMD ["/bin/sh"]
|