mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add mars
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
32817f0a44
commit
56292b8573
10
mars/Dockerfile
Normal file
10
mars/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM java:8-alpine
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
ca-certificates \
|
||||
curl \
|
||||
&& curl -sSL "http://courses.missouristate.edu/KenVollmar/mars/MARS_4_5_Aug2014/Mars4_5.jar" -o /mars.jar \
|
||||
&& apk del .build-deps
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "/mars.jar", "nc"]
|
Loading…
Reference in New Issue
Block a user