From e05497b9a11847f423df513b37609eb28d32b248 Mon Sep 17 00:00:00 2001
From: Jeremy Commins <commins.jeremy@gmail.com>
Date: Tue, 2 Oct 2018 15:34:32 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f49ab89..313f2b0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: python:3.6-alpine
 
 pages:
   script:
-  - pkg install pkg-config
+  - apk add --no-cache pkg-config
   - apk add --no-cache pkgconfig
   - apk add --no-cache freetype
   - pip install -r requirements.txt
-- 
GitLab