[devdocsgjs/wip/andyholmes/clone3-workaround] Dockerfile: attempt to workaround clone3 bug




commit 0760a9668d5b36dd0cbdecd094e05c517bad50b6
Author: Andy Holmes <andrew g r holmes gmail com>
Date:   Thu Dec 16 16:45:18 2021 -0800

    Dockerfile: attempt to workaround clone3 bug
    
    Attempt to use the clone3 workaround published by Akihiro Suda
    
    See: https://github.com/AkihiroSuda/clone3-workaround

 Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 0303e4d8..d1b78d69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,11 @@
 # We bump this each release to fetch the latest stable GIRs
 FROM fedora:35 AS fetch
 
+# clone3 workaround by Akihiro Suda
+ADD https://github.com/AkihiroSuda/clone3-workaround/releases/download/v1.0.0/clone3-workaround.x86_64 
/clone3-workaround
+RUN chmod 755 /clone3-workaround
+SHELL ["/clone3-workaround", "/bin/sh", "-c"]
+
 RUN dnf install -y \
         NetworkManager-libnm-devel cairo-devel cheese-libs-devel \
         clutter-{gst3,gtk}-devel evince-devel folks-devel geoclue2-devel \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]