Skip to content

Commit

Permalink
Pin python version 3.9 for the horreum-base
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
lampajr authored and johnaohara committed Oct 17, 2024
1 parent 3bc7b4b commit 90da37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# required to install Hunter
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.9'
- name: Install Hunter
run: |
pip --version
Expand Down
2 changes: 1 addition & 1 deletion horreum-backend/src/main/docker/Dockerfile.jvm.base
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi9/openjdk-17
USER root
#Install python packages to run Hunter
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip python3-pip nss_wrapper \
RUN INSTALL_PKGS="python3-3.9.* python3-devel python3-setuptools python3-pip nss_wrapper \
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
enchant krb5-devel git" && \
Expand Down

0 comments on commit 90da37d

Please sign in to comment.