This commit is contained in:
Michiel Borkent 2024-05-27 22:46:37 +02:00
parent 976d0fcb6d
commit 7e8e51b882

View file

@ -13,6 +13,7 @@ RUN echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswit
# TODO: Run actual native tests when they are ported
RUN curl --version
RUN bb -e '(prn (java.io.File/createTempFile "babashka.curl" ".headers"))'
RUN bb -e '(spit (java.io.File/createTempFile "babashka.curl" ".headers") "hello")'
RUN bb -e "(curl/get \"https://clojure.org\")" # cURL http test