There was an error while loading. Please reload this page.
1 parent ed5705e commit 6579669Copy full SHA for 6579669
xonsh-musl-binary.Dockerfile
@@ -35,8 +35,8 @@ RUN git clone -b $XONSH_VER https://github.com/xonsh/xonsh
35
# Switching off ctypes library to reduce compilation errors.
36
# This library mostly used to Windows use cases and not needed in Linux.
37
#
38
-RUN find ./xonsh -type f -name "*.py" -print0 | xargs -0 sed -i 's/import ctypes/#import ctypes/g'
39
-RUN sed -i 's/def LIBC():/def LIBC():\n return None/g' ./xonsh/xonsh/platform.py
+#RUN find ./xonsh -type f -name "*.py" -print0 | xargs -0 sed -i 's/import ctypes/#import ctypes/g'
+#RUN sed -i 's/def LIBC():/def LIBC():\n return None/g' ./xonsh/xonsh/platform.py
40
41
42
0 commit comments