Add wget again

This commit is contained in:
Dominik 2019-04-02 13:49:15 +02:00
parent 97c1208581
commit 43802bbbf0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y openjdk-7-jdk gcc && \
gcc -o /keycode-hack.so /keycode-hack.c -shared -s -ldl -fPIC && \
apt-get remove -y gcc wget software-properties-common && \
apt-get remove -y gcc software-properties-common && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* && \
rm /keycode-hack.c

View File

@ -93,7 +93,7 @@ cd /app
echo "${GREEN}Initialization complete, starting virtual console${NC}"
if [ -n "$ENABLE_KEYCODE_HACK" ]; then
if [ -n "$IDRAC_KEYCODE_HACK" ]; then
echo "Enabling keycode hack"
export LD_PRELOAD=/keycode-hack.so