Skip to content

Commit

Permalink
install wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Nov 10, 2023
1 parent face285 commit 94448f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Dockerfile-rpm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ RUN ( yum install -y https://%%rpm_url%% \
&& yum install -y postgresql%%pgshort%%-server postgresql%%pgshort%%-devel \
&& yum clean all

RUN python3 -m pip install wheel

# install jq to process JSON API responses
RUN curl -sL https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 \
-o /usr/bin/jq \
Expand Down

0 comments on commit 94448f3

Please sign in to comment.