Skip to content

Commit aa99069

Browse files
committed
Remove env variable used for Dependency-Check plugin
1 parent dee8d2e commit aa99069

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@ RUN flutter config --no-analytics \
116116
&& flutter doctor \
117117
&& flutter update-packages
118118

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-
126119
# git LFS support
127120
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
128121
&& apt-get install -y git-lfs \

0 commit comments

Comments
 (0)