Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Oct 4, 2023
1 parent 75f5c6c commit ae0f17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.guac-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /go/src/github.com/guacsec/guac/
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
RUN microdnf install -y tar gzip
WORKDIR /root
Expand Down

0 comments on commit ae0f17a

Please sign in to comment.