From 4679179abf42c5b504ebbf938e096bf8996620be Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 2 Aug 2020 21:57:39 -0700 Subject: [PATCH] docker image should hopefully have pkg-config installed now --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8457e10..da083bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: shockrah/freechat:0.2 +image: shockrah/freechat:0.3 debug-build: stage: build