Skip to content

Commit

Permalink
fix: e2e tests (backport #527) (#529)
Browse files Browse the repository at this point in the history
* fix: e2e tests #527

(cherry picked from commit 90ac63a)

# Conflicts:
#	Dockerfile

* fix conflicts

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
  • Loading branch information
3 people authored Feb 8, 2022
1 parent 081f766 commit dffb7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dffb7eb

Please sign in to comment.