This website requires JavaScript.
Explore
Help
Sign In
bunix42
/
docker-json-probe
Watch
1
Star
0
Fork
0
You've already forked docker-json-probe
Code
Releases
Activity
6c2c961975
docker-json-probe
/
Dockerfile
3 lines
71 B
Docker
Raw
Normal View
History
Unescape
Escape
add Dockerfile build upon alpine:latest and installing curl and jq
2018-02-16 11:22:46 +00:00
FROM
alpine:latest
add rsync to tools
2021-05-21 08:05:02 +00:00
RUN
apk add --no-cache curl jq openssh-client rsync
Copy Permalink