vglserver_config is not really necessary

This commit is contained in:
Héctor Molinero Fernández
2021-05-11 20:54:02 +02:00
parent 32a7b64850
commit 90ab1ae1f8

View File

@@ -496,9 +496,6 @@ RUN ln -sf /etc/machine-id /var/lib/dbus/machine-id
# Make sesman read environment variables
RUN printf '%s\n' 'session required pam_env.so readenv=1' >> /etc/pam.d/xrdp-sesman
# Configure server for use with VirtualGL
RUN vglserver_config -config +s +f -t
# Remove default keys and certificates
RUN rm -f /etc/ssh/ssh_host_*
RUN rm -f "${XRDP_TLS_KEY_PATH:?}" "${XRDP_TLS_CRT_PATH:?}"