diff --git a/Dockerfile b/Dockerfile
index 83a74d287085c51dcb2f97bfd68ecd19967d8a2d..8ad78ae5ea66bd467be6f2688a5faaa075089720 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,8 @@ RUN apt-get update &&\
     apt-get -y upgrade &&\
     apt-get install -y \
         python3-pip \
-        wget &&\
+        wget \
+        pkg-config &&\
     apt-get clean
 
 # Install barrnap