Skip to content

Commit

Permalink
Use different base image that supports nodejs 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 23, 2017
1 parent ac21d5c commit 4ab8568
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amineaffane/node-java
FROM rubensworks/node-java

# Node canvas requirements
RUN apt-get update && apt-get install -y libcairo2-dev libjpeg62-turbo-dev libpango1.0-dev libgif-dev build-essential g++
Expand All @@ -18,3 +18,6 @@ RUN rm -rf /tmp/build
WORKDIR /evalrun

CMD java -cp podigg.jar org.hobbit.core.run.ComponentStarter org.hobbit.podigg.PodiggGenerator

# For debugging
#CMD java -cp podigg.jar org.hobbit.podigg.PodiggGenerator

0 comments on commit 4ab8568

Please sign in to comment.