We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95c630 commit 7726451Copy full SHA for 7726451
Dockerfile
@@ -97,6 +97,12 @@ COPY dependencies/* /
97
#############################
98
RUN npm install && bundle install
99
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
+
106
##############################
107
# Installs Perl dependencies #
108
0 commit comments