Skip to content

Commit 6579669

Browse files
authored
Update xonsh-musl-binary.Dockerfile
1 parent ed5705e commit 6579669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xonsh-musl-binary.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ RUN git clone -b $XONSH_VER https://github.com/xonsh/xonsh
3535
# Switching off ctypes library to reduce compilation errors.
3636
# This library mostly used to Windows use cases and not needed in Linux.
3737
#
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
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
4040

4141

4242
#

0 commit comments

Comments
 (0)