0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-15 17:33:46 +02:00

docker: Pull from matrix-construct/master for built image. [ci skip]

This commit is contained in:
Jason Volk 2022-07-21 09:17:29 -07:00
parent 191786bc95
commit ec47f0b582

View file

@ -15,8 +15,8 @@ shtool \
"
RUN true \
&& git clone https://github.com/jevolk/charybdis.git \
&& cd charybdis \
&& git clone https://github.com/matrix-construct/construct \
&& cd construct \
&& rmdir -v deps/rocksdb \
&& ln -sv /usr/src/rocksdb deps \
&& ./autogen.sh \
@ -24,7 +24,7 @@ RUN true \
&& make -j `nproc` \
&& make install \
&& cd .. \
&& rm -rf charybdis \
&& rm -rf construct \
&& apt-get purge -y ${purges} \
&& apt-get autoremove --purge -y \
&& apt-get clean -y \