From b51bc946085c048b603cc9a98462fc5f9dcb7723 Mon Sep 17 00:00:00 2001 From: Austin Hadley Date: Fri, 16 Feb 2024 08:32:25 -0500 Subject: [PATCH] Update Docker Container Repo Signed-off-by: Austin Hadley --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4240954..65d893e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ COPY . . # into this layer. RUN cargo fetch +RUN apt-get update + RUN apt-get install pkg-config # Build the application.