Skip to content

Commit

Permalink
Change path for fixed file
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 7a87206 commit 485e8fd
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 ./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 485e8fd

Please sign in to comment.