remove src from git clone command

This commit is contained in:
Felix Kunde 2026-04-17 11:46:26 +02:00
parent 5e3bf53d36
commit 5b4e927ee9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN git clone \
--single-branch \
--branch=stable-1.25 \
--depth 1 \
https://github.com/pgbouncer/pgbouncer.git src
https://github.com/pgbouncer/pgbouncer.git
WORKDIR /bin
RUN ln -s ../usr/bin/rst2man.py rst2man