Skip to content

Commit

Permalink
Merge pull request #36 from appuio:add-coreutils
Browse files Browse the repository at this point in the history
Add GNU coreutils for easier date calculations
  • Loading branch information
bastjan authored Feb 22, 2022
2 parents df44a0f + b553bca commit dcb7f9c
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 @@ -3,6 +3,7 @@ FROM docker.io/library/alpine:3.15 as runtime
RUN \
apk add --update --no-cache \
bash \
coreutils \
curl \
ca-certificates \
tzdata
Expand Down

0 comments on commit dcb7f9c

Please sign in to comment.