Skip to content

Commit

Permalink
Fix stuck build in openshift-ci (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkralik3 authored Aug 26, 2024
1 parent 00e1cb4 commit bf3ad32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN microdnf install -y --nodocs tar gzip openssl findutils make git && \
tar -xzf helm-${HELM_VERSION}-linux-amd64.tar.gz && \
mv linux-amd64/helm /usr/bin/ && \
rm -rf helm-${HELM_VERSION}-linux-amd64.tar.gz linux-amd64 && \
microdnf update && \
microdnf clean all && \
microdnf update -y && \
microdnf clean all -y && \
mkdir -p "$GOPATH/src/maistra-test-tool" "$GOPATH/bin"

COPY . $HOME
Expand Down

0 comments on commit bf3ad32

Please sign in to comment.