From 04bbf71882d78fc67c990f45b2817b9dde705105 Mon Sep 17 00:00:00 2001 From: Nikolas Andronopoulos Date: Tue, 28 Jan 2020 09:10:37 +0200 Subject: [PATCH] Fixes UCP build error. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 62ecea4..fe4147f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,6 +107,8 @@ LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)" whois \ xmlstarlet \ && \ +### Fixes UCP build error + apt-get install -y pkgconf && \ \ ### Install MySQL Connector cd /usr/src && \