File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM jruby:9.4.1.0
22
33MAINTAINER Tomas Korcak <korczis@gmail.com>
44
5- RUN apt-get update && apt-get install -y curl make gcc git g++ python binutils-gold gnupg libstdc++6 cmake
5+ RUN apt-get update && apt-get install -y curl make gcc git g++ python binutils-gold gnupg libstdc++6 cmake maven
66
77# Switch to directory with sources
88WORKDIR /src
@@ -15,6 +15,10 @@ RUN gem update --system \
1515
1616ADD . .
1717
18+ RUN mvn install -f ci/mysql/pom.xml \
19+ && mvn install -f ci/mssql/pom.xml \
20+ && mvn install -f ci/postgresql/pom.xml
21+
1822# Import GoodData certificate to Java. This is needed for connection to ADS.
1923# https://jira.intgdc.com/browse/TMA-300
2024RUN keytool -importcert -alias gooddata-2008 -file "./data/2008.crt" -keystore $JAVA_HOME/lib/security/cacerts -trustcacerts -storepass 'changeit' -noprompt
You can’t perform that action at this time.
0 commit comments