Skip to content

Commit

Permalink
[circle][docker] refs skycoin#75 Changing the installation packages f…
Browse files Browse the repository at this point in the history
…or the correct distro
  • Loading branch information
Maykel Arias Torres committed Jun 28, 2019
1 parent cc8d8bd commit ecc7ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/deploy-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD . $GOPATH/src/github.com/skycoin/libskycoin/
RUN [ "cross-build-start" ]

RUN ls -oa $GOPATH/src/github.com/skycoin/libskycoin/
RUN sh $GOPATH/src/github.com/skycoin/libskycoin/ci-scripts/docker_install_ubuntu.sh
RUN sh $GOPATH/src/github.com/skycoin/libskycoin/ci-scripts/docker_install_debian.sh
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin dep
RUN go get github.com/gz-c/gox
RUN go get -t ./...
Expand Down

0 comments on commit ecc7ccf

Please sign in to comment.