Skip to content

Commit 7cf96db

Browse files
committed
missing-builddeps
1 parent 74546c2 commit 7cf96db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.builds/test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
#!/bin/sh
22
set -e
33

4-
apk add git \
4+
apk add \
55
alpine-sdk \
66
font-dejavu \
77
ghostscript \
8+
git \
89
libpq-dev \
10+
libxml-dev \
11+
libxslt-dev \
912
mariadb-dev \
1013
pango
1114
pip install tox

0 commit comments

Comments
 (0)