Skip to content

Commit

Permalink
more dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskuluk committed Oct 31, 2023
1 parent 9751dad commit 54c09c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo USER_ID=$(id -u) >> $GITHUB_ENV
echo GROUP_ID=$(id -g) >> $GITHUB_ENV
chmod -R a+w .
sudo apt-get update -q && sudo apt install -y libcurl4-openssl-dev curl
sudo apt-get update -q && sudo apt install -y libcurl4-openssl-dev curl libssl-dev
- name: Build docker image with GenomicsDB and Python
uses: docker/build-push-action@v5
Expand Down
1 change: 1 addition & 0 deletions package/scripts/install_genomicsdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ yum install -y centos-release-scl && yum install -y devtoolset-11 &&
yum install -y -q perl perl-IPC-Cmd &&
yum install -y -q libuuid libuuid-devel &&
yum install -y -q curl libcurl-devel &&
yum install -y -q openssl-devel &&
echo "Installing minimal dependencies DONE"

source /opt/rh/devtoolset-11/enable
Expand Down

0 comments on commit 54c09c9

Please sign in to comment.