blob: 81d15e86c8253c53dadb2c5240cfca6bbf18fd50 [file] [log] [blame]
Filip Tehlar31eaea92023-06-15 10:06:57 +02001FROM hs-test/build
2
3COPY script/build_curl.sh /build_curl.sh
Florin Corasf26bbea2023-12-21 19:18:25 -08004RUN apt-get update && apt-get install wget
Filip Tehlar31eaea92023-06-15 10:06:57 +02005RUN /build_curl.sh
6
7CMD ["/bin/sh"]