diff --git a/Dockerfile b/Dockerfile index 612d79aa3..51394979f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /opt/ampersand RUN apt-get update && \ apt-get upgrade -y && \ - apt-get install -y git + apt-get install -y git pkg-config # Start with a docker-layer that contains build dependencies, to maximize the reuse of these dependencies by docker's cache mechanism. # Only updates to the files stack.yaml package.yaml will rebuild this layer; all other changes use the cache.