From a269c3193cbacdd7e89dc232bbe1be5d545fcd7e Mon Sep 17 00:00:00 2001 From: pramod belal <126258949+pramod-technoforte@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:11:44 +0530 Subject: [PATCH] Update Dockerfile --- postgres-init/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgres-init/Dockerfile b/postgres-init/Dockerfile index 82dcabc..282c02f 100644 --- a/postgres-init/Dockerfile +++ b/postgres-init/Dockerfile @@ -3,7 +3,8 @@ FROM postgres RUN apt-get update RUN apt-get install -y python3 RUN apt-get install -y python3-pip -RUN pip3 install xlrd +#RUN pip3 install xlrd +RUN apt-get install -y python3-xlrd WORKDIR /home/tf-govstack/repos/db_scripts