jdcasey / kojak-docker

Docker-based adaptation of Kojak (https://github.com/sbadakhc/kojak)
6 stars 6 forks source link

Missing multiple files when running kojak-koji-server #2

Open sbadakhc opened 9 years ago

sbadakhc commented 9 years ago

I'm having to copy multiple files from a previous release I had on disk to resolve file not found errors. See example below:

Step 13 : ADD bin/avahi-setup /usr/local/bin/avahi-setup INFO[0311] bin/avahi-setup: no such file or directory

This applies to supervisord.conf and kick-supervisord.

I'm tracking down these files but It looks like master is out of wack.

sbadakhc commented 9 years ago

I switched back to using my fork and these issues do not exist there. It seems as though your master branch has become corrupted?