remove src from git clone command
This commit is contained in:
parent
5e3bf53d36
commit
5b4e927ee9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue