Skip to content

Commit

Permalink
Upgrade included Alpine packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Thompson committed Dec 21, 2020
1 parent 16bd6c1 commit 3ce0d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN wget "$SUPERCRONIC_URL" \
&& addgroup -S fuelhook && adduser -S fuelhook -G fuelhook \
&& mkdir -p data \
&& chown fuelhook:fuelhook data \
&& apk --no-cache upgrade \
&& apk add --no-cache tzdata

COPY fuelhook-cron ./crontab/fuelhook-cron
Expand Down

0 comments on commit 3ce0d79

Please sign in to comment.