Skip to content

Commit

Permalink
bump fossil version
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 17, 2024
1 parent b352180 commit 9978c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/install_qctools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# install some deps for installing cget
apt-get update && \
apt-get install --no-install-recommends \
fossil=1:2.10-1 \
fossil=1:2.10-1ubuntu0.1 \
-y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9978c8c

Please sign in to comment.