Skip to content

Commit

Permalink
see if this is the right set of libs for multiplat
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Feb 24, 2024
1 parent 50b11d5 commit 1af41e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/seed/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY seed/python-sdk/imdb/src ./src

# Setup pyenv
RUN yum update -y
RUN yum -y install git gcc zlib-devel openssl-devel xz-devel bzip2-devel libffi-devel ncurses-devel sqlite-devel
RUN yum -y install git gcc zlib-devel openssl-devel xz-devel bzip2-devel libffi-devel ncurses-devel sqlite-devel libreadline-devel
RUN git clone --depth=1 https://github.com/pyenv/pyenv.git .pyenv
ENV PYENV_ROOT="${HOME}/.pyenv"
ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
Expand Down

0 comments on commit 1af41e8

Please sign in to comment.