diff --git a/Dockerfile b/Dockerfile index c412bcf..5d7cb39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -RUN apk ubdate && apk add curl +RUN apk update && apk add curl COPY entrypoint.sh /entrypoint.sh