mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-17 03:39:58 +02:00
chore: update and upgrade require the cache.
This commit is contained in:
parent
ac49cae228
commit
c7a835217c
@ -13,8 +13,8 @@ ENV RQ_VERSION=1.0.2
|
||||
WORKDIR /usr/bin/rq/
|
||||
|
||||
#hadolint ignore=DL3018
|
||||
RUN apk update --quiet --no-cache && \
|
||||
apk upgrade --quiet --no-cache && \
|
||||
RUN apk update --quiet && \
|
||||
apk upgrade --quiet && \
|
||||
apk add --quiet --no-cache \
|
||||
upx && \
|
||||
rm /var/cache/apk/* && \
|
||||
@ -36,8 +36,8 @@ LABEL org.opencontainers.image.title="crontab" \
|
||||
ENV HOME_DIR=/opt/crontab
|
||||
|
||||
#hadolint ignore=DL3018
|
||||
RUN apk update --quiet --no-cache && \
|
||||
apk upgrade --quiet --no-cache && \
|
||||
RUN apk update --quiet && \
|
||||
apk upgrade --quiet && \
|
||||
apk add --quiet --no-cache \
|
||||
bash \
|
||||
coreutils \
|
||||
|
Loading…
x
Reference in New Issue
Block a user