Skip to content

Commit

Permalink
Add golang to the builder container for the tests (#368)
Browse files Browse the repository at this point in the history
Signed-off-by: Vatsal Parekh <[email protected]>
  • Loading branch information
Vatsal Parekh authored Aug 16, 2021
1 parent ea2bf3d commit 31cd0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#This docker file is used in openshift CI
FROM quay.io/kubevirt/common-templates:fedora33CI

RUN dnf install -y jq ansible libosinfo python3-gobject python3-openshift libosinfo intltool make git findutils qemu expect
RUN dnf install -y jq ansible libosinfo python3-gobject python3-openshift libosinfo intltool make git findutils qemu expect golang
RUN chmod uga+w /etc/passwd

#set permissions for ansible tmp folder
Expand Down

0 comments on commit 31cd0e4

Please sign in to comment.