mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Fix bad owner/group flags on node depedencies
This commit is contained in:
parent
f95c6309d9
commit
772645136b
1 changed files with 6 additions and 0 deletions
|
@ -97,6 +97,12 @@ COPY dependencies/* /
|
|||
#############################
|
||||
RUN npm install && bundle install
|
||||
|
||||
############################################################
|
||||
# Fix broken permissions in ast-types-flow dependency #
|
||||
# Fixes https://github.com/github/super-linter/issues/3901 #
|
||||
############################################################
|
||||
RUN chown -R "$(id -u)":"$(id -g)" node_modules
|
||||
|
||||
##############################
|
||||
# Installs Perl dependencies #
|
||||
##############################
|
||||
|
|
Loading…
Reference in a new issue