You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2019/08/30 07:42:01 UTC

[struts] branch docker-build updated: Stops using slim version as some fonts are missing

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch docker-build
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/docker-build by this push:
     new 845d5a6  Stops using slim version as some fonts are missing
845d5a6 is described below

commit 845d5a6495664668ff2a2b76df4a196ba9957841
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Aug 30 09:41:53 2019 +0200

    Stops using slim version as some fonts are missing
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0f9713a..f361a00 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
   agent {
     docker {
       label 'ubuntu'
-      image 'maven:3-jdk-8-slim'
+      image 'maven:3-jdk-8'
       args '-v $HOME/.m2:/root/.m2 -e MAVEN_OPTS="-Xmx1024m" -e USER=$USER'
     }
   }