Skip to content
Snippets Groups Projects
Verified Commit 31bdb993 authored by Shinhyung Yang's avatar Shinhyung Yang
Browse files

Updated Dockerfile

parent b592a096
Branches UpdateDockerfile
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ FROM eclipse-temurin:21-jdk
RUN echo "jenkins:x:4040:7001: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
apt -y install git openssh-server zip unzip r-base-core bash curl python3-pip python3-venv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment