Skip to content

Commit

Permalink
Merge pull request #4 from reactome/add-jenkinsfile
Browse files Browse the repository at this point in the history
github action failed. Adding slight improvement inorder to test githu…
  • Loading branch information
adamjohnwright authored Nov 7, 2024
2 parents 8010383 + a7f9ef2 commit abaeff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM openjdk:11.0.15-jdk

RUN apt update;
RUN apt update
RUN apt install wget git unzip maven tree -y

ENV BIOPAX_VERSION v1.1.4
ENV BLAZEGRAPH_RUNNER_VERSION 1.6
ENV OWLAPI_VERSION 4.5.26
ENV BIOPAX_VERSION=v1.1.4
ENV BLAZEGRAPH_RUNNER_VERSION=1.6
ENV OWLAPI_VERSION=4.5.26

ENV TARGET_PATH=/reactome_gen
ENV BIOPAX_PATH=$TARGET_PATH/biopax
Expand Down

0 comments on commit abaeff3

Please sign in to comment.