From c0c5419afcd1ab2b44d9a1a40ee212a58bd8d21c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 12 Jul 2022 19:05:11 +0200 Subject: [PATCH] Do not run tests. They make trouble in a kaniko environment and as this container is about to be retired anyways it is not too important. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db25c1e..35b971b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN git clone https://github.com/airsonic-advanced/airsonic-advanced WORKDIR /airsonic-advanced RUN git checkout "$VERSION" -RUN mvn package +RUN mvn package -DskipTests FROM docker.io/thallian/alpine-s6:3.16