Skip to content

Commit

Permalink
Merge pull request #432 from kbase/DEVOPS-690
Browse files Browse the repository at this point in the history
DEVOPS-690
  • Loading branch information
bio-boris authored Jan 19, 2022
2 parents 6faef7b + 9dfd652 commit ebeea89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ RUN DEBIAN_FRONTEND=noninteractive wget -qO - https://research.cs.wisc.edu/htcon
RUN cd /opt \
&& git clone https://github.com/kbase/jars \
&& cd -

# Remove due to cve-2021-4104 issue in spin (log4j)
RUN rm /opt/jars/lib/jars/dockerjava/docker-java-shaded-3.0.14.jar


# install mongodb
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 \
Expand Down

0 comments on commit ebeea89

Please sign in to comment.