fix Bug 70053 - Fix warning with JSONArgsRecommended

This commit is contained in:
Nasrullo Nurullaev
2024-12-19 17:53:01 +05:00
committed by Alexey Golubev
parent 6d1a8376ba
commit 21ec70214d

View File

@ -11,5 +11,4 @@ RUN rm /usr/bin/python && ln -s /usr/bin/python2 /usr/bin/python
ADD . /build_tools
WORKDIR /build_tools
CMD cd tools/linux && \
python3 ./automate.py
CMD ["sh", "-c", "cd tools/linux && python3 ./automate.py"]