Skip to content

Commit

Permalink
Fix Dockerfile #457
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Oct 21, 2020
1 parent 055e0c1 commit a7c02e4
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 a7c02e4

Please sign in to comment.