Skip to content

Commit

Permalink
Merge pull request #1340 from axonivy-market/bug/IVYPORTAL-18205-Fix-…
Browse files Browse the repository at this point in the history
…build-performance-master

Bug/ivyportal 18205 fix build performance master
  • Loading branch information
mnhnam-axonivy authored Dec 24, 2024
2 parents 413eca2 + 7d914e9 commit a188464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build/performance-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a188464

Please sign in to comment.