Skip to content

Commit

Permalink
Linuxkit based docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
JorenSix committed Jan 18, 2023
1 parent aacdc13 commit 89e79c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM amazoncorretto:19.0.1

RUN curl https://mvn.0110.be/releases/be/ugent/jgaborator/jgaborator/0.7/jgaborator-0.7-all.jar --output jgaborator.jar
RUN ln -s /usr/lib64/libc.so.6 /usr/lib64/libc.so

0 comments on commit 89e79c3

Please sign in to comment.