Skip to content

Commit

Permalink
Fixed clone
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Aug 5, 2024
1 parent 3bf5fdd commit 44e19dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/passage/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ COMMIT="$(
echo "${version}" \
| cut -d. -f2
)"
git
git clone https://github.com/FiloSottile/passage .
git reset --hard "${COMMIT}"
make -j$(nproc) install \
DESTDIR="${prefix}" \
PREFIX="" \
Expand Down

0 comments on commit 44e19dc

Please sign in to comment.