Skip to content

Commit c677224

Browse files
committed
fix circle missing wget and bzip2
1 parent e0709dc commit c677224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99

1010
pre:
1111
- mkdir -p "~/scratch/nose"
12+
- apt-get -y update && apt-get install -y wget bzip2
1213

1314
override:
1415
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi

0 commit comments

Comments
 (0)