Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoliz0 authored Nov 23, 2023
1 parent 0a288bf commit e52c97b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM continuumio/miniconda3:23.9.0-0
LABEL maintainer="[email protected]"
RUN conda update -n base -c defaults conda
RUN conda install xlrd -c conda-forge
RUN conda install xlutils -c conda-forge
RUN conda install python-pptx -c conda-forge
RUN conda install python-docx -c conda-forge
RUN conda update -n base -c defaults conda \
&& conda install xlrd -c conda-forge \
&& conda install xlutils -c conda-forge \
&& conda install python-pptx -c conda-forge \
&& conda install python-docx -c conda-forge
RUN mkdir -p /pronto
COPY Config /pronto/Config
COPY In /pronto/In
Expand Down

0 comments on commit e52c97b

Please sign in to comment.