Skip to content

Commit

Permalink
add tzdata & coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Sep 19, 2021
1 parent 0ccfdae commit 5f5e8b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=mikefarah/yq extractVersion=^v(?<version>.*)$
ARG YQ_VERSION=4.13.0

RUN apk add --no-cache bash brotli brotli-dev libssh2 nghttp2-dev && \
RUN apk add --no-cache bash tzdata coreutils brotli brotli-dev libssh2 nghttp2-dev && \
rm -fr /var/cache/apk/*

COPY --from=builder ["/usr/lib/libcurl.so*", "/usr/lib/"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ alpine linux with following components:
- curl
- jq
- yq
- tzdata
- coreutils

0 comments on commit 5f5e8b6

Please sign in to comment.