File: Dockerfile

package info (click to toggle)
jas 2.7.200-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,732 kB
  • sloc: java: 164,370; python: 14,882; ruby: 14,509; xml: 583; makefile: 545; sh: 349
file content (8 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
FROM openjdk:11
MAINTAINER Heinz Kredel kredel@rz.uni-mannheim.de
RUN apt-get -y update && apt-get -y upgrade
RUN apt-get -y install junit4 liblog4j2-java jython jruby wget vim-tiny
RUN wget -c http://krum.rz.uni-mannheim.de/jas/@DEBVERSION@.@SVNREV@-all.deb
RUN dpkg -i @DEBVERSION@.@SVNREV@-all.deb
RUN useradd -m mathlibre
ENTRYPOINT su - mathlibre -c /bin/bash