Skip to content

Commit

Permalink
fix: add jq
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Sep 11, 2023
1 parent 4577d69 commit d267e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.guac-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as builder

ADD . /go/src/github.com/guacsec/guac/
WORKDIR /go/src/github.com/guacsec/guac/
RUN dnf install -y go-toolset https://github.com/goreleaser/goreleaser/releases/download/v1.19.2/goreleaser-1.19.2.x86_64.rpm
RUN dnf install -y go-toolset jq https://github.com/goreleaser/goreleaser/releases/download/v1.19.2/goreleaser-1.19.2.x86_64.rpm
RUN rm -rf bin/ && make build

FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
Expand Down

0 comments on commit d267e7c

Please sign in to comment.