Skip to content

Commit

Permalink
Fix bad owner/group flags on node depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkerr authored and lindluni committed Apr 10, 2023
1 parent f95c630 commit 7726451
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
##############################
Expand Down

0 comments on commit 7726451

Please sign in to comment.