We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e6316 commit ae88d99Copy full SHA for ae88d99
Dockerfile
@@ -4,7 +4,8 @@ LABEL maintainer="ITBM"
4
RUN apk update \
5
&& apk upgrade \
6
&& 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 \
+ && 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 \
9
&& apk del curl \
10
&& rm -rf /var/cache/apk/*
11
0 commit comments