Skip to content

Commit

Permalink
Update xonsh-glibc-binary.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jul 8, 2024
1 parent d43a80c commit fcb6c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xonsh-glibc-binary.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ARG XONSH_VER=0.17.0

ENV PYTHON_VER=${PYTHON_VER}
ENV XONSH_VER=${XONSH_VER}
ENV XONSH_BIN=xonsh-$XONSH_VER-py$PYTHON_VER-glibc-$(uname -m).bin
RUN export ARCH=$(uname -m)
ENV XONSH_BIN=xonsh-$XONSH_VER-py$PYTHON_VER-glibc-$ARCH.bin

SHELL ["/bin/bash", "-c"]
RUN apt update && apt install -y curl git vim patchelf elfutils binutils-common binutils
Expand Down

0 comments on commit fcb6c6c

Please sign in to comment.