From 03bfd967805834688bbf4cda33629cab8a46f9c5 Mon Sep 17 00:00:00 2001 From: samukhin <47834890+samukhin@users.noreply.github.com> Date: Mon, 3 May 2021 22:21:00 +0300 Subject: [PATCH] Update Dockerfile --- install/automated/Docker|Podman/Centos/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/automated/Docker|Podman/Centos/Dockerfile b/install/automated/Docker|Podman/Centos/Dockerfile index 3f10a060..4b747b0b 100644 --- a/install/automated/Docker|Podman/Centos/Dockerfile +++ b/install/automated/Docker|Podman/Centos/Dockerfile @@ -40,16 +40,16 @@ dnf -y install ffmpeg #Install Chandler and OpenVk/Capcha-extention in /opt: RUN cd /opt && \ -git clone https://github.com/samuhin/chandler.git && \ +git clone https://github.com/samukhin/chandler.git && \ cd chandler/ && \ composer2 install && \ mv chandler-example.yml chandler.yml && \ cd extensions/available/ && \ -git clone https://github.com/samuhin/commitcaptcha.git && \ +git clone https://github.com/samukhin/commitcaptcha.git && \ cd commitcaptcha/ && \ composer2 install && \ cd .. && \ -git clone https://github.com/samuhin/openvk.git && \ +git clone https://github.com/samukhin/openvk.git && \ cd openvk/ && \ composer2 install && \ cd Web/static/js && \