Skip to content

Commit

Permalink
added zlib-devel for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Aug 6, 2024
1 parent f3adbc1 commit 3a4835d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-images/almalinux-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN cd ~ && initdb -D citus && echo "shared_preload_libraries = 'citus'" >> citu
USER root
# Enable EPEL repository and install dependencies for Python 3.8
RUN yum install -y epel-release && \
yum install -y gcc make libcurl-devel openssl-devel bzip2-devel libffi-devel xz-devel wget tar && \
yum install -y gcc make libcurl-devel openssl-devel bzip2-devel libffi-devel xz-devel wget tar zlib-devel && \
wget https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tgz && \
tar xvf Python-3.8.12.tgz && \
cd Python-3.8.12 && \
Expand All @@ -50,7 +50,6 @@ RUN yum install -y epel-release && \
python3.8 -m pip install pip-tools



COPY scripts/* ./

# Use pip-tools to compile and install requirements
Expand Down

0 comments on commit 3a4835d

Please sign in to comment.