Skip to content
Snippets Groups Projects
Commit d4e91034 authored by OZGCloud's avatar OZGCloud
Browse files

jenkins build agent add unzip

parent 3b1daffd
No related merge requests found
......@@ -12,7 +12,8 @@ RUN apt update \
openjdk-${OPENJDK_VERSION}-jdk \
wget \
curl \
openssh-server
openssh-server \
unzip
RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-${HELM_VERSION} -O get-helm.sh \
&& chmod +x get-helm.sh \
......@@ -28,6 +29,11 @@ RUN wget https://get.docker.com -O get-docker.sh \
RUN mkdir /run/sshd
RUN wget https://github.com/jeremylong/DependencyCheck/releases/download/v8.2.1/dependency-check-8.2.1-release.zip -O dependency-check.zip \
&& unzip dependency-check.zip \
&& mkdir /dependency-check-data \
&& dependency-check/bin/dependency-check.sh -d /dependency-check-data --updateonly
EXPOSE 22
CMD ["/usr/sbin/sshd", "-D"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment