From dffb7eb639c99215b9c0a60a58e35a3672832c1e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:02:22 -0500 Subject: [PATCH] fix: e2e tests (backport #527) (#529) * fix: e2e tests #527 (cherry picked from commit 90ac63aa99c18bce3d19809f9edb98e7141f9ff2) # Conflicts: # Dockerfile * fix conflicts Co-authored-by: Aleksandr Bezobchuk Co-authored-by: Aleksandr Bezobchuk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d8082d9f4..3323263ab9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN go mod download COPY . . ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python3 RUN apk add --no-cache $PACKAGES -RUN UMEE_ENABLE_BETA=true make install +RUN UMEE_ENABLE_BETA=true CGO_ENABLED=0 make install RUN cd price-feeder && make install # Fetch peggo (gravity bridge) binary