Skip to content

Commit

Permalink
[docker-test][ci-script] refs skycoin#75 Added the installation of py…
Browse files Browse the repository at this point in the history
…thon
  • Loading branch information
Maykel Arias Torres committed Jun 13, 2019
1 parent c276b69 commit 6172589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/docker_install_ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

apt-get update
apt-get install gcc-6 g++-6 curl wget -y
apt-get install gcc-6 g++-6 curl wget python python3 python-dev python3-dev -y

wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz
tar -xzf check-0.12.0.tar.gz
Expand Down
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_debian.sh
RUN sh $GOPATH/src/github.com/skycoin/libskycoin/ci-scripts/docker_install_ubuntu.sh
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin dep
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin install-deps-skyapi-Linux
RUN go get github.com/gz-c/gox
Expand Down

0 comments on commit 6172589

Please sign in to comment.