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