Skip to content

Commit

Permalink
fix(CVP-4331): install golang to bypass check-payload bug
Browse files Browse the repository at this point in the history
found a bug in check-payload where the binary doesn't work
correctly if golang isn't installed during runtime. We can
revert this commit once the bug is resolved

Signed-off-by: Yashvardhan Nanavati <yashn@bu.edu>
  • Loading branch information
yashvardhannanavati committed Dec 11, 2024
1 parent 5ed8fb6 commit 588306c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN rpm -Uvh epel-release-latest-9.noarch.rpm && \
clamd \
csdiff \
git \
# Remove golang after https://github.com/openshift/check-payload/issues/231 is resolved
golang \
python3-file-magic \
python3-pip \
ShellCheck \
Expand Down

0 comments on commit 588306c

Please sign in to comment.