Skip to content

Commit

Permalink
Fix2 for dir
Browse files Browse the repository at this point in the history
  • Loading branch information
witxka authored and Victor Kotlyar committed Jun 18, 2024
1 parent 485e8fd commit 6709c33
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 @@ -62,7 +62,7 @@ RUN mkdir ${DKB_DIR} \
./test.sh

# Patched version of pyAMI
COPY ./httpclient.py /opt/dkb3/miniconda3/envs/dkb_python_3_9/lib/python3.9/site-packages/pyAMI/httpclient.py
COPY Installation/Docker/AL9/httpclient.py /opt/dkb3/miniconda3/envs/dkb_python_3_9/lib/python3.9/site-packages/pyAMI/httpclient.py

# Cleanup image
RUN yum clean all ; \
Expand Down

0 comments on commit 6709c33

Please sign in to comment.