Browse Source

- dockerfile curl

main
SimonBurdy 5 years ago
committed by GitHub
parent
commit
6d4f0087ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      1_dockerfile/curl/Dockerfile

6
1_dockerfile/curl/Dockerfile

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