Skip to content

Commit 7726451

Browse files
ajkerrlindluni
authored andcommitted
Fix bad owner/group flags on node depedencies
1 parent f95c630 commit 7726451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ COPY dependencies/* /
9797
#############################
9898
RUN npm install && bundle install
9999

100+
############################################################
101+
# Fix broken permissions in ast-types-flow dependency #
102+
# Fixes https://github.com/github/super-linter/issues/3901 #
103+
############################################################
104+
RUN chown -R "$(id -u)":"$(id -g)" node_modules
105+
100106
##############################
101107
# Installs Perl dependencies #
102108
##############################

0 commit comments

Comments
 (0)