@kugel- commented on this pull request.


> +COPY mingw64/bin/ /usr/local/bin/
+RUN ln -s /usr/local/pacman/bin/* /usr/local/bin/ && \
+    mkdir /build
+
+WORKDIR /build
+ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pacman/lib/x86_64-linux-gnu
+
+# start wine to initially create config directory
+RUN /usr/local/bin/mingw-w64-i686-wine hostname.exe && \
+    /usr/local/bin/mingw-w64-x86_64-wine hostname.exe && \
+    # install GTK3 and all its dependencies
+    pacman --noconfirm -Sy mingw-w64-x86_64-gtk3 && \
+    # cleanup
+    apt-get clean && \
+    rm -rf /var/lib/apt/lists/* && \
+    yes | pacman -Scc && \

`--noconfirm`. `yes` doesn't terminate by itself which I is generally 
problematic IMO.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7#pullrequestreview-1112114094
You are receiving this because you are subscribed to this thread.

Message ID: <geany/infrastructure/pull/7/review/1112114...@github.com>

Reply via email to