Skip to content

Commit 93ecc05

Browse files
committed
Add build_option for libpq
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent ca9fe4b commit 93ecc05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
language: python3-http-debian
22
fprocess: python index.py
3+
build_options:
4+
- name: libpq
5+
packages:
6+
- libpq-dev
7+
- gcc
8+
- python3-dev

0 commit comments

Comments
 (0)