First release
This commit is contained in:
commit
1da9216630
3 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*~
|
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
FROM alpine
|
||||||
|
RUN apk -Uuv add curl ca-certificates
|
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Docker image with curl
|
||||||
|
|
||||||
|
Simple alpine image with curl preinstalled
|
||||||
|
|
||||||
|
To use it:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -it -v "$(pwd)":/src -w /src brenard/curl
|
||||||
|
```
|
Loading…
Reference in a new issue