|
@@ -76,10 +76,6 @@ ENV FINDBUGS_HOME /opt/findbugs
|
|
|
RUN apt-get install -y cabal-install
|
|
|
RUN cabal update && cabal install shellcheck --global
|
|
|
|
|
|
-# Fixing the Apache commons / Maven dependency problem under Ubuntu:
|
|
|
-# See http://wiki.apache.org/commons/VfsProblems
|
|
|
-RUN cd /usr/share/maven/lib && ln -s ../../java/commons-lang.jar .
|
|
|
-
|
|
|
###
|
|
|
# Avoid out of memory errors in builds
|
|
|
###
|