Skip to content

Commit a29433c

Browse files
committed
fix: docker db drivers
JIRA: GRIF-15
1 parent 2d777f1 commit a29433c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile.jruby

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ RUN gem update --system \
1616
ADD . .
1717

1818
# build postgresql dependencies
19-
RUN mvn -f ci/postgresql/pom.xml clean install -P binary-packaging \
20-
&& cp -rf ci/postgresql/target/*.jar ./lib/gooddata/cloud_resources/postgresql/drivers/
19+
RUN mvn -f ci/postgresql/pom.xml clean install -P binary-packaging
20+
RUN cp -rf ci/postgresql/target/*.jar ./lib/gooddata/cloud_resources/postgresql/drivers/
2121

2222
# build mssql dependencies
23-
RUN mvn -f ci/mssql/pom.xml clean install -P binary-packaging \
24-
&& cp -rf ci/mssql/target/*.jar ./lib/gooddata/cloud_resources/mssql/drivers/
23+
RUN mvn -f ci/mssql/pom.xml clean install -P binary-packaging
24+
RUN cp -rf ci/mssql/target/*.jar ./lib/gooddata/cloud_resources/mssql/drivers/
2525

2626
# build mysql dependencies
27-
RUN mvn -f ci/mysql/pom.xml clean install -P binary-packaging \
28-
&& cp -rf ci/mysql/target/*.jar ./lib/gooddata/cloud_resources/mysql/drivers/
27+
RUN mvn -f ci/mysql/pom.xml clean install -P binary-packaging
28+
RUN cp -rf ci/mysql/target/*.jar ./lib/gooddata/cloud_resources/mysql/drivers/
2929

3030
# Import GoodData certificate to Java. This is needed for connection to ADS.
3131
# https://jira.intgdc.com/browse/TMA-300

0 commit comments

Comments
 (0)