Skip to content

Commit

Permalink
IVYPORTAL-14419 Raise version of your portal maven artifacts to the n…
Browse files Browse the repository at this point in the history
…ext development cycle after release > Update build update-pom
  • Loading branch information
lttung-axonivy committed Dec 27, 2024
1 parent 3a8d22b commit f3665ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/update-pom/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 adduser\
&& apt-get install -y openssh-client\
&& addgroup --gid 1001 build && adduser --uid 1001 --gid 1001 --disabled-password --gecos "" build\
&& apt-get install -y python3

0 comments on commit f3665ed

Please sign in to comment.