From 7d04d4b9456e7fde51a750f7683092a9e94c2879 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Fri, 22 Mar 2024 20:02:51 +0000 Subject: [PATCH] Add as a convenience to api-caller --- genai/api_caller/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/genai/api_caller/Dockerfile b/genai/api_caller/Dockerfile index 1c40a5a..92fdae9 100644 --- a/genai/api_caller/Dockerfile +++ b/genai/api_caller/Dockerfile @@ -14,6 +14,8 @@ FROM python:3.11-slim +RUN apt-get update && apt-get install -y curl + WORKDIR /app # Allow statements and log messages to immediately appear in the Knative logs