Skip to content

Commit

Permalink
feat: add jq package
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSDerek authored Aug 16, 2023
1 parent 4669303 commit fa04ebe
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 @@ -46,6 +46,7 @@ RUN apt-get update \
curl \
busybox \
dumb-init \
jq \
&& \
if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
Expand Down

0 comments on commit fa04ebe

Please sign in to comment.