Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 2151179

Browse files
committed
Install zlib-dev
1 parent 0b23acb commit 2151179

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ pipeline:
2020
- make lint
2121
- git --version
2222
- make test
23-
- apk add --update autoconf && mkdir build &&
23+
- apk add --update autoconf &&
24+
apk add --update zlib-dev &&
25+
mkdir build &&
2426
curl -sL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz &&
2527
tar -C build -xzf git.tar.gz &&
2628
cd build/git-1.7.0 &&

0 commit comments

Comments
 (0)