uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.53k stars 459 forks source link

Can't install & setup using docker #300

Closed codekuu closed 4 years ago

codekuu commented 4 years ago

Bug report

Can't install & setup using docker

Issue Description

Fails when trying to setup the docker by following: https://github.com/uvdesk/community-skeleton/wiki/dockerize-helpdesk-project Container won't start when using 7.2 packages for php and php libs. Removed the version from the packages inside DockerFile, it started but nothing works. DockerFile to old?

Steps to reproduce

  1. git clone https://github.com/uvdesk/community-skeleton
  2. cd community-skeleton/
  3. docker build -t test-image . (But in reality, alot of packages failed and wget did not end up working due to that.)
  4. Run the container with the image built (Using Docker Run with db inside the container)
  5. sudo docker logs test-container (FAILED)

Screenshots etc:

https://imgur.com/a/qgpMXdA

papnoisanjeev commented 4 years ago

@codekuu

As we can see some packages are not there and you are getting exception for the same. php7.2 Imap, php7.2 mysql

Also you can take help from other closed docker issues. https://github.com/uvdesk/community-skeleton/issues?q=is%3Aissue+is%3Aclosed+docker

codekuu commented 4 years ago

Perfect thank you. Seems to be occurring issue, should try to make som changes to the wiki page with this information or update DockerFile?

Best Regards Codekuu

papnoisanjeev commented 4 years ago

@codekuu

Is your issue resolved ?