Skip to content

Commit

Permalink
add java
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Apr 26, 2023
1 parent 08f0bf0 commit 80ad718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion damona/software/canu/Singularity.canu_2.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From: python:3.11-slim
export CANU_VERSION=2.1.1

apt update -y && apt upgrade -y && apt install -y git build-essential zlib1g-dev wget && \
apt install -y autoconf automake pkg-config libtool-bin yaggo perl
apt install -y autoconf automake pkg-config libtool-bin yaggo perl default-jre

wget https://github.com/marbl/canu/releases/download/v${CANU_VERSION}/canu-${CANU_VERSION}.Linux-amd64.tar.xz && \
tar -xvf canu-${CANU_VERSION}.Linux-amd64.tar.xz &&
Expand Down

0 comments on commit 80ad718

Please sign in to comment.