Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pramod-technoforte authored Nov 9, 2023
1 parent 13d886c commit a269c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgres-init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a269c31

Please sign in to comment.