Browse Source

Update Dockerfile

main
Adrien-Ba 5 years ago
committed by GitHub
parent
commit
5c527337c2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      1_dockerfile/curl/Dockerfile

3
1_dockerfile/curl/Dockerfile

@ -0,0 +1,3 @@
FROM ubuntu
RUN apt-get update && apt-get install -y curl
ENTRYPOINT ["curl"]
Loading…
Cancel
Save