Skip to content
Snippets Groups Projects
Commit 352bd874 authored by Andrey  ARISTOV's avatar Andrey ARISTOV
Browse files

print python ver

parent baa86db6
No related branches found
No related tags found
No related merge requests found
Pipeline #25225 passed
......@@ -3,4 +3,4 @@ WORKDIR /root
COPY . .
RUN python -V &&\
python setup.py install
CMD /bin/bash
\ No newline at end of file
CMD python -V && /bin/bash
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment