add curl
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk ubdate && apk add curl
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
Reference in New Issue
Block a user