mirror of
https://github.com/byReqz/probehost2.git
synced 2025-06-15 20:27:46 +00:00
add docker files
This commit is contained in:
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update
|
||||
RUN apk add curl jq
|
||||
RUN curl -s https://api.github.com/repos/byReqz/probehost2/releases/latest | jq -r '.assets[].browser_download_url' | grep "probehost2" | xargs curl -L -o probehost2
|
||||
ENTRYPOINT ["/probehost2"]
|
Reference in New Issue
Block a user