From 6d3c786e911748f8459557f8605b82650415efc1 Mon Sep 17 00:00:00 2001 From: mnhnam-axonivy Date: Tue, 24 Dec 2024 15:18:15 +0700 Subject: [PATCH 1/2] IVYPORTAL-18159 Various or urgent requests in IVYPORTAL - S270 > IVYPORTAL-18205 Fix build: performance master - Updated docker file --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 486cd002ef..36fdbecd19 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,5 +2,5 @@ FROM maven:3.9.8-eclipse-temurin-21 # Create a group and user with the specified IDs RUN apt-get update && apt-get install -y --no-install-recommends \ - passwd \ - && addgroup --gid 1001 build && adduser --uid 1001 --gid 1001 --disabled-password --gecos "" build + passwd adduser\ + && addgroup --gid 1001 build && adduser --uid 1001 --gid 1001 --disabled-password --gecos "" build \ No newline at end of file From 7d914e9b898fd2915dc7e4364a915ec07698d6c1 Mon Sep 17 00:00:00 2001 From: mnhnam-axonivy Date: Tue, 24 Dec 2024 15:24:32 +0700 Subject: [PATCH 2/2] IVYPORTAL-18159 Various or urgent requests in IVYPORTAL - S270 > IVYPORTAL-18205 Fix build: performance master - Remove unnecessary code --- build/performance-test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/performance-test/Dockerfile b/build/performance-test/Dockerfile index bb7f4a1cd0..bf92882243 100644 --- a/build/performance-test/Dockerfile +++ b/build/performance-test/Dockerfile @@ -6,7 +6,7 @@ ENV JMETER_PLUGINS_FOLDER ${JMETER_HOME}/lib/ext/ WORKDIR ${JMETER_HOME} RUN apt-get -y update \ -&& apt-get install -y wget gnupg unzip passwd +&& apt-get install -y wget gnupg unzip # Download Apache JMeter RUN wget https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-${JMETER_VERSION}.tgz