Skip to content

Commit

Permalink
Use the original user id
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhyungyang authored and DaGeRe committed Jan 21, 2025
1 parent 03aa96d commit f450d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#FROM openjdk:13-jdk-alpine
FROM eclipse-temurin:21-jdk

RUN echo "jenkins:x:4040:7001:guest:/home/jenkins:/sbin/nologin" >> /etc/passwd && \
RUN echo "jenkins:x:2030:100:guest:/home/jenkins:/sbin/nologin" >> /etc/passwd && \
mkdir /home/jenkins && chmod 777 /home/jenkins && \
apt -y update && apt -y upgrade && \
apt -y install git openssh-server zip unzip r-base-core bash curl python3-pip python3-venv
Expand Down

0 comments on commit f450d8d

Please sign in to comment.