We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee8d2e commit aa99069Copy full SHA for aa99069
1 file changed
Dockerfile
@@ -116,13 +116,6 @@ RUN flutter config --no-analytics \
116
&& flutter doctor \
117
&& flutter update-packages
118
119
-# Dependency-Check Gradle plugin
120
-#
121
-# We use this Gradle plugin https://github.com/jeremylong/DependencyCheck for checking vulnerabilities in our dependencies, but it relies
122
-# on env variable to determine encoding for dependency parsing, so we need to set this variable to make the task work as discussed and described more
123
-# here https://github.com/jeremylong/DependencyCheck/issues/1742
124
-ENV LC_ALL C.UTF-8
125
-
126
# git LFS support
127
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
128
&& apt-get install -y git-lfs \
0 commit comments