mirror of
https://github.com/DomiStyle/docker-idrac6.git
synced 2024-12-22 13:55:21 +01:00
Add wget again
This commit is contained in:
parent
97c1208581
commit
43802bbbf0
@ -11,7 +11,7 @@ RUN apt-get update && \
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y openjdk-7-jdk gcc && \
|
apt-get install -y openjdk-7-jdk gcc && \
|
||||||
gcc -o /keycode-hack.so /keycode-hack.c -shared -s -ldl -fPIC && \
|
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 && \
|
apt-get autoremove -y && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
rm /keycode-hack.c
|
rm /keycode-hack.c
|
||||||
|
@ -93,7 +93,7 @@ cd /app
|
|||||||
|
|
||||||
echo "${GREEN}Initialization complete, starting virtual console${NC}"
|
echo "${GREEN}Initialization complete, starting virtual console${NC}"
|
||||||
|
|
||||||
if [ -n "$ENABLE_KEYCODE_HACK" ]; then
|
if [ -n "$IDRAC_KEYCODE_HACK" ]; then
|
||||||
echo "Enabling keycode hack"
|
echo "Enabling keycode hack"
|
||||||
|
|
||||||
export LD_PRELOAD=/keycode-hack.so
|
export LD_PRELOAD=/keycode-hack.so
|
||||||
|
Loading…
Reference in New Issue
Block a user