From f9d5a2a635ad2e01890aa9e26040bed27a327197 Mon Sep 17 00:00:00 2001 From: wHyEt Date: Fri, 5 Jan 2024 02:45:28 +0100 Subject: [PATCH] bugfix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94cbc05..fafe011 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN echo "Set FROM to $CI_FROM" ARG TARGETPLATFORM RUN echo "Building for ARCH $TARGETPLATFORM" -RUN apt-get update && apt-get install -y nano wget unzip gcc g++ +RUN apt-get update && apt-get install -y nano wget unzip gcc g++ libcurl4-openssl-dev libcjson-dev WORKDIR /data EXPOSE 1984 1984