Skip to content

Commit

Permalink
Merge pull request #20 from uc-cdis/fix/image_build_issue
Browse files Browse the repository at this point in the history
Install ca-certificates-java
  • Loading branch information
haraprasadj authored Jan 25, 2024
2 parents 42381df + c4eb636 commit 81a46ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
libssl1.1 \
libgnutls30 \
ca-certificates-java \
openjdk-11-jdk \
openssh-server \
# dependency for pyscopg2 - which is dependency for sqlalchemy postgres engine
Expand Down

0 comments on commit 81a46ac

Please sign in to comment.