Skip to content

Commit 678c9aa

Browse files
committed
feat: install pkg-config
Signed-off-by: Artur Troian <[email protected]>
1 parent becdda7 commit 678c9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN \
3434
docker-ce \
3535
docker-ce-cli \
3636
tini \
37+
pkg-config \
3738
&& apt -y autoremove \
3839
&& apt-get clean \
3940
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)