@ -0,0 +1,6 @@
FROM debian:9
LABEL "simonburdy@gmail.com"
RUN apt-get update \
&& apt-get install -y curl
ENTRYPOINT ["curl"]