Skip to content

Commit ae88d99

Browse files
authored
Update Dockerfile
1 parent c1e6316 commit ae88d99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ LABEL maintainer="ITBM"
44
RUN apk update \
55
&& apk upgrade \
66
&& apk add coreutils postgresql15-client aws-cli openssl curl \
7-
&& curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz | zcat > /usr/local/bin/go-cron && chmod u+x /usr/local/bin/go-cron \
7+
&& curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.7/go-cron-linux.gz | zcat > /usr/local/bin/go-cron \
8+
&& chmod u+x /usr/local/bin/go-cron \
89
&& apk del curl \
910
&& rm -rf /var/cache/apk/*
1011

0 commit comments

Comments
 (0)