File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build_tool = runtime-container.DONE
77build_number ?= none
88git_commit ?= $(shell git log --pretty=oneline -n 1 -- ../mango | cut -f1 -d " ")
99name = quay.io/ucsc_cgl/mango
10- tag = 0.0.1 --${git_commit}
10+ tag = 0.0.3 --${git_commit}
1111
1212
1313# Steps
Original file line number Diff line number Diff line change @@ -23,10 +23,9 @@ RUN apt-get install -y nodejs
2323
2424# build mango
2525WORKDIR /home/mango
26+ RUN git checkout 2876f04521a8de122d1842ecc1cdd0ccdc562e72
2627RUN /opt/apache-maven-3.3.9/bin/mvn clean install package -DskipTests
2728
28- RUN du -sh /home/mango/mango-cli/target/mango-cli-0.0.3-SNAPSHOT.jar
29-
3029# remove git libraries to avoid permission errors when copying
3130RUN rm -rf /home/mango/.git
3231
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
3333 python-tk \
3434 curl
3535
36- # get nodejs v6 .X
36+ # get nodejs v8 .X
3737RUN apt-cache policy nodejs
3838RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
3939RUN apt-cache policy nodejs
You can’t perform that action at this time.
0 commit comments