create alpine image
This commit is contained in:
parent
603f7fcee9
commit
12706a3da2
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
FROM alpine
|
||||||
|
COPY script.sh /bin/
|
||||||
|
RUN chmod +x /bin/script.sh && apk -Uuv add curl ca-certificates
|
||||||
|
ENTRYPOINT /bin/script.sh
|
Loading…
Reference in New Issue
Block a user