Add mono latest and libfreetype6 to java (#18)

Changes codestyle of Java images
This commit is contained in:
Torsten Widmann
2021-11-12 12:04:16 +01:00
committed by GitHub
parent 1788debd03
commit 5bbef80956
11 changed files with 98 additions and 25 deletions

12
mono/entrypoint.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
cd /home/container
# Make internal Docker IP address available to processes.
export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'`
# Replace Startup Variables
MODIFIED_STARTUP="eval $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')"
echo ":/home/container$ ${MODIFIED_STARTUP}"
# Run the Server
${MODIFIED_STARTUP}