danielguerra69 / ubuntu-xrdp

Docker fully implemented Multi User xrdp with xorgxrdp and pulseaudio on Ubuntu 16.04/18.04
MIT License
251 stars 141 forks source link

crudini missing #37

Closed mboehm21 closed 4 years ago

mboehm21 commented 4 years ago

Hi,

sorry to open another issue but it seems that the crudini package is necessary for the entrypoint to work properly:

/usr/bin/docker-entrypoint.sh: line 65: crudini: command not found
/usr/bin/docker-entrypoint.sh: line 66: crudini: command not found
/usr/bin/docker-entrypoint.sh: line 67: crudini: command not found

It does not affect me but I still wanted to inform you. Thanks!

danielguerra69 commented 4 years ago

I have added crudini to the packages installed. Thanx for testing.