Update Dockerfile

Makes the viewable screen area more compatible with the newer versions of iDRAC.
This commit is contained in:
Adam 2023-04-27 12:46:24 -07:00 committed by GitHub
parent c4d2330562
commit 3dae4577cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ FROM jlesage/baseimage-gui:debian-11
ENV APP_NAME="iDRAC 6" \ ENV APP_NAME="iDRAC 6" \
IDRAC_PORT=443 \ IDRAC_PORT=443 \
DISPLAY_WIDTH=801 \ DISPLAY_WIDTH=1280 \
DISPLAY_HEIGHT=621 DISPLAY_HEIGHT=1024
COPY keycode-hack.c /keycode-hack.c COPY keycode-hack.c /keycode-hack.c