From 3835849865f2d542c5ad3468dc9cd57fc5b3f7e1 Mon Sep 17 00:00:00 2001 From: dhanraj-metkar-vi Date: Mon, 13 Apr 2026 19:06:12 +0530 Subject: [PATCH] VW-81518 Add zlib and openssl to Dockerfile dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e17eb93..def56be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM python:alpine LABEL maintainer="trilok.nallani@virtualinstruments.com" -RUN apk --update add --no-cache g++ +RUN apk --update add --no-cache g++ zlib openssl RUN pip install pandas