Skip to content

Commit

Permalink
Add pytz to conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
witxka authored and Victor Kotlyar committed Jun 13, 2024
1 parent 906ed36 commit 32eab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/Docker/AL9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN mkdir ${DKB_DIR} \
&& \
conda activate dkb_python_3_9 \
&& \
conda install -y Elasticsearch cchardet cchardet cx_Oracle \
conda install -y Elasticsearch cchardet cchardet cx_Oracle pytz\
&& \
pip install pyAMI_core \
&& \
Expand Down

0 comments on commit 32eab47

Please sign in to comment.