mirror of
https://github.com/mudler/luet.git
synced 2025-09-16 23:31:08 +00:00
CopyFile relies on copy.Copy from https://github.com/otiai10/copy which doesn't handle named pipes copy. Handle it here until https://github.com/otiai10/copy/issues/47 is fixed. This causes luet to hang while copying packages that have named pipes in it. Also invert compression argument for gzip, it causes slowliness.