Skip to content

Commit

Permalink
Merge pull request #1348 from axonivy-market/chnam-axonivy-patch-1
Browse files Browse the repository at this point in the history
install ssh-agent Dockerfile
  • Loading branch information
chnam-axonivy authored Dec 25, 2024
2 parents 39889b6 + 09a41b5 commit fd8811f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,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 adduser\
&& addgroup --gid 1001 build && adduser --uid 1001 --gid 1001 --disabled-password --gecos "" build
&& apt-get install -y openssh-client\
&& addgroup --gid 1001 build && adduser --uid 1001 --gid 1001 --disabled-password --gecos "" build

0 comments on commit fd8811f

Please sign in to comment.