Skip to content

Commit

Permalink
Add wget again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik committed Apr 2, 2019
1 parent 97c1208 commit 43802bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion startapp.sh
Expand Up @@ -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
Expand Down

0 comments on commit 43802bb

Please sign in to comment.