Added chmod to make scripts executable.
This commit is contained in:
parent
ee55878b18
commit
ff219840ea
@ -9,3 +9,5 @@ RUN ln -s /usr/bin/clang-16 /usr/local/bin/clang \
|
|||||||
&& ln -s /usr/bin/run-clang-tidy-16 /usr/local/bin/run-clang-tidy
|
&& ln -s /usr/bin/run-clang-tidy-16 /usr/local/bin/run-clang-tidy
|
||||||
|
|
||||||
COPY scripts /opt/scripts
|
COPY scripts /opt/scripts
|
||||||
|
|
||||||
|
RUN chmod a+x /opt/scripts/*.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user