Sign inSign up

maxleiko/ringojs

By maxleiko

Updated almost 11 years ago

Image
0

181

maxleiko/ringojs repository overview

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"]

Tag summary

Content type

Image

Digest

sha256:169478cfa

Size

248 MB

Last updated

almost 11 years ago

docker pull maxleiko/ringojs:0.10