mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-19 04:40:03 +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/
|
WORKDIR /usr/bin/rq/
|
||||||
|
|
||||||
#hadolint ignore=DL3018
|
#hadolint ignore=DL3018
|
||||||
RUN apk update --quiet --no-cache && \
|
RUN apk update --quiet && \
|
||||||
apk upgrade --quiet --no-cache && \
|
apk upgrade --quiet && \
|
||||||
apk add --quiet --no-cache \
|
apk add --quiet --no-cache \
|
||||||
upx && \
|
upx && \
|
||||||
rm /var/cache/apk/* && \
|
rm /var/cache/apk/* && \
|
||||||
@ -36,8 +36,8 @@ LABEL org.opencontainers.image.title="crontab" \
|
|||||||
ENV HOME_DIR=/opt/crontab
|
ENV HOME_DIR=/opt/crontab
|
||||||
|
|
||||||
#hadolint ignore=DL3018
|
#hadolint ignore=DL3018
|
||||||
RUN apk update --quiet --no-cache && \
|
RUN apk update --quiet && \
|
||||||
apk upgrade --quiet --no-cache && \
|
apk upgrade --quiet && \
|
||||||
apk add --quiet --no-cache \
|
apk add --quiet --no-cache \
|
||||||
bash \
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user