Skip to content

Commit

Permalink
Add jq package
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas2500 authored Nov 16, 2024
1 parent 826f13e commit fe14df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG GO_VERSION=alpine
FROM golang:${GO_VERSION}

RUN apk --no-cache upgrade && apk --no-cache add rsync openssh-client git wget curl coreutils bash brotli ca-certificates dpkg sed grep findutils tar gzip bzip2 python3 zstd
RUN apk --no-cache upgrade && apk --no-cache add rsync openssh-client git wget curl coreutils bash brotli ca-certificates dpkg sed grep findutils tar gzip bzip2 python3 zstd jq

# Provide git-tools package from upstream
RUN git clone https://github.com/MestreLion/git-tools.git /opt/git-tools
Expand Down

0 comments on commit fe14df6

Please sign in to comment.