diff --git a/Dockerfile b/Dockerfile index 9eb2050..7047faf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN go build -tags osusergo,netgo -buildvcs=false -o bin/tasks ./cmd/tasks FROM alpine -RUN apk add --no-cache tzdata ca-certificates cron +RUN apk add --no-cache tzdata ca-certificates WORKDIR /bin/ # Copying binaries