FROM java:8
MAINTAINER Maxime Tricoire <[email protected]>
RUN apt-get update && apt-get install -y jsvc
ADD http://ringojs.org/downloads/ringojs_0.10-1_all.deb /tmp/ringojs.deb
RUN dpkg -i /tmp/ringojs.deb
RUN rm /tmp/ringojs.deb
CMD ["bash"]
Content type
Image
Digest
sha256:169478cfa…
Size
248 MB
Last updated
almost 11 years ago
docker pull maxleiko/ringojs:0.10