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

Updated Dockerfile

parent b592a096
No related branches found
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.
Please register or to comment