Added chmod to make scripts executable.
This commit is contained in:
@@ -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
|
||||
|
||||
COPY scripts /opt/scripts
|
||||
|
||||
RUN chmod a+x /opt/scripts/*.sh
|
||||
|
||||
Reference in New Issue
Block a user