diff --git a/Dockerfile b/Dockerfile index 35f3966..ae7e4a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app RUN apt-get update && apt-get install -y \ pkg-config \ libssl-dev \ + g++ \ && rm -rf /var/lib/apt/lists/* # Copy manifests and source