chore: clboss change to main repo

- https://github.com/ZmnSCPxj/clboss/pull/179 is merged
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh 2023-09-23 15:33:17 +05:30
parent 76ee60d9b8
commit 13d248adaa
No known key found for this signature in database
GPG Key ID: D3239BA6109A2CE7

View File

@ -42,7 +42,7 @@ RUN apk add \
pkgconf \
sqlite-dev
RUN git clone -b 2023-09-gnuc-version --recurse-submodules https://github.com/ksedgwic/clboss.git /clboss && \
RUN git clone --recurse-submodules https://github.com/ZmnSCPxj/clboss.git /clboss && \
cd /clboss && \
autoreconf -i && \
./configure --prefix=/usr && \