Skip to content

Commit

Permalink
Merge pull request #458 from MinterTeam/dev
Browse files Browse the repository at this point in the history
Fix Dockerfile #457
  • Loading branch information
danil-lashin authored Oct 21, 2020
2 parents 2e6614d + a7c02e4 commit f9161e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM tazhate/dockerfile-gox as builder
COPY . /gopath/src/github.com/MinterTeam/minter-go-node
WORKDIR /gopath/src/github.com/MinterTeam/minter-go-node
RUN apt-get update && apt-get install libleveldb-dev -y --no-install-recommends -q
RUN make get_tools
RUN make get_vendor_deps
RUN make build

FROM ubuntu:bionic
Expand Down

0 comments on commit f9161e5

Please sign in to comment.