#1389 docker: Remove symlink for python in backend
Merged 3 years ago by praiskup. Opened 3 years ago by schlupov.
copr/ schlupov/copr remove_symlink  into  master

@@ -77,7 +77,4 @@ 

  # using /dev/urandom is a hack just for devel, /dev/hwrandom or /dev/hwrng should be used in production

  RUN rngd -r /dev/urandom

  

- # Required for Copr VMM service to run spawn_local.yml

- RUN ln -s /usr/bin/python3 /usr/bin/python

- 

  CMD ["/bin/run.sh"]

when running docker-compose up -d it returns an error message:
ln: failed to create symbolic link '/usr/bin/python': File exists