mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-05 17:28:00 -04:00
ci: dont verify ssl
This commit is contained in:
parent
992f5b800b
commit
fada16bd6d
@ -33,7 +33,7 @@ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
|
|||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
#RUN git clone https://github.com/boothj5/stabber
|
#RUN git clone https://github.com/boothj5/stabber
|
||||||
RUN git clone https://github.com/strophe/libstrophe
|
RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe
|
||||||
|
|
||||||
#WORKDIR /usr/src/stabber
|
#WORKDIR /usr/src/stabber
|
||||||
#RUN ./bootstrap.sh
|
#RUN ./bootstrap.sh
|
||||||
|
@ -54,7 +54,7 @@ WORKDIR /usr/src
|
|||||||
|
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
RUN mkdir -p /usr/src/libstrophe
|
RUN mkdir -p /usr/src/libstrophe
|
||||||
RUN git clone https://github.com/strophe/libstrophe
|
RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe
|
||||||
WORKDIR /usr/src/libstrophe
|
WORKDIR /usr/src/libstrophe
|
||||||
RUN ./bootstrap.sh
|
RUN ./bootstrap.sh
|
||||||
RUN ./configure --prefix=/usr
|
RUN ./configure --prefix=/usr
|
||||||
|
@ -34,7 +34,7 @@ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
|
|||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
#RUN git clone https://github.com/boothj5/stabber
|
#RUN git clone https://github.com/boothj5/stabber
|
||||||
RUN git clone https://github.com/strophe/libstrophe
|
RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe
|
||||||
|
|
||||||
# TODO: Re-enable once libmicrohttpd-dev has been updated.
|
# TODO: Re-enable once libmicrohttpd-dev has been updated.
|
||||||
#WORKDIR /usr/src/stabber
|
#WORKDIR /usr/src/stabber
|
||||||
|
Loading…
x
Reference in New Issue
Block a user