gdbm: switch to master branch (#6395)

This commit is contained in:
Sergey Poznyakoff 2021-09-03 13:56:31 +03:00 committed by GitHub
parent 2977633171
commit 774f38a6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ RUN apt-get -qq update && \
libtool\
texinfo\
gettext
RUN git clone --depth 1 --branch fuzz https://git.gnu.org.ua/gdbm.git
RUN git clone --depth 1 https://git.gnu.org.ua/gdbm.git
WORKDIR gdbm
COPY build.sh $SRC/