Debug alpine

This commit is contained in:
Michiel Borkent 2024-05-27 20:46:35 +02:00
parent 116ee1191c
commit c60d139dbf

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 # TODO: Run actual native tests when they are ported
RUN bb -e '(prn (java.io.File/createTempFile "babashka.curl" ".headers"))'
RUN bb -e "(curl/get \"https://clojure.org\")" # cURL http test RUN bb -e "(curl/get \"https://clojure.org\")" # cURL http test
RUN bb -e "(require '[org.httpkit.client :as http]) (when-let [error (:error @(http/get \"https://clojure.org\"))] (throw error))" # JVM http test RUN bb -e "(require '[org.httpkit.client :as http]) (when-let [error (:error @(http/get \"https://clojure.org\"))] (throw error))" # JVM http test
RUN bb -e "(.length \"Hello, Babashka\")" # Java interop test RUN bb -e "(.length \"Hello, Babashka\")" # Java interop test