Fix Dockerfile

Remove libpq5 dependency since static bin already contains it.
This commit is contained in:
steve-chavez
2020-05-18 16:50:53 -05:00
parent d6050c8615
commit 222a53015e
2 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ build_task:
#script:
## https://cirrus-ci.org/guide/writing-tasks/#artifacts-instruction
#- wget https://api.cirrus-ci.com/v1/artifact/github/$CIRRUS_REPO_FULL_NAME/build/binaries/bin/postgrest
#- tar cjf postgrest-$CIRRUS_TAG-freebsd.tar.xz postgrest
#- tar cvJf postgrest-$CIRRUS_TAG-freebsd.tar.xz -C ~/project/result/bin postgrest
### The CIRRUS_RELEASE env var is not the same as the tag. It's an id for the release.
#- curl -X POST --data-binary @$NAME \
#-H "Authorization:token ${TOKEN}" \