mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Update Dockerfile
This commit is contained in:
parent
c17f3411c8
commit
591625384d
1 changed files with 5 additions and 1 deletions
|
@ -38,13 +38,17 @@ RUN dnf -y localinstall --nogpgcheck https://pkgs.dyn.su/el8/base/x86_64/raven-r
|
||||||
dnf -y --enablerepo=epel-testing,raven-extras,raven-multimedia install --nogpgcheck SDL2 && \
|
dnf -y --enablerepo=epel-testing,raven-extras,raven-multimedia install --nogpgcheck SDL2 && \
|
||||||
dnf -y install ffmpeg
|
dnf -y install ffmpeg
|
||||||
|
|
||||||
#Install Chandler and OpenVk-extention in /opt:
|
#Install Chandler and OpenVk/Capcha-extention in /opt:
|
||||||
RUN cd /opt && \
|
RUN cd /opt && \
|
||||||
git clone https://github.com/samuhin/chandler.git && \
|
git clone https://github.com/samuhin/chandler.git && \
|
||||||
cd chandler/ && \
|
cd chandler/ && \
|
||||||
composer2 install && \
|
composer2 install && \
|
||||||
mv chandler-example.yml chandler.yml && \
|
mv chandler-example.yml chandler.yml && \
|
||||||
cd extensions/available/ && \
|
cd extensions/available/ && \
|
||||||
|
git clone https://github.com/samuhin/commitcaptcha.git && \
|
||||||
|
cd commitcaptcha/ && \
|
||||||
|
composer2 install && \
|
||||||
|
cd .. && \
|
||||||
git clone -b microblog https://github.com/samuhin/openvk.git && \
|
git clone -b microblog https://github.com/samuhin/openvk.git && \
|
||||||
cd openvk/ && \
|
cd openvk/ && \
|
||||||
composer2 install && \
|
composer2 install && \
|
||||||
|
|
Loading…
Reference in a new issue