Skip to content
Snippets Groups Projects
Commit b674a397 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

[docker] Fixed borked PyRAT binary

parent 08016b8a
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ RUN pip --default-timeout=1000 install -r pyrat/requirements.txt ...@@ -68,7 +68,7 @@ RUN pip --default-timeout=1000 install -r pyrat/requirements.txt
ENV PATH "/home/opam/pyrat/:$PATH" ENV PATH "/home/opam/pyrat/:$PATH"
RUN echo "#/usr/bin/sh\n exec /home/opam/miniconda3/envs/python_caisar_env/bin/python /home/opam/pyrat/pyrat.pyc \"\$@\"" > /home/opam/pyrat/pyrat RUN echo -e "#!/usr/bin/sh \n exec /home/opam/miniconda3/envs/python_caisar_env/bin/python /home/opam/pyrat/pyrat.pyc \"\$@\"" > /home/opam/pyrat/pyrat
RUN chmod u+x /home/opam/pyrat/pyrat RUN chmod u+x /home/opam/pyrat/pyrat
RUN pyrat -h RUN pyrat -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment