mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 10:40:21 +00:00
modify git clone command and adjust indentation
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a529fb9b39
commit
7ab1e951f5
1 changed files with 7 additions and 7 deletions
|
|
@ -23,13 +23,13 @@ RUN set -ex; \
|
||||||
libsrtp-dev \
|
libsrtp-dev \
|
||||||
gengetopt-dev \
|
gengetopt-dev \
|
||||||
libwebsockets-dev; \
|
libwebsockets-dev; \
|
||||||
git clone --recursive https://github.com/meetecho/janus-gateway -b $JANUS_VERSION /src; \
|
git clone --recursive https://github.com/meetecho/janus-gateway --depth=1 --single-branch --branch "$JANUS_VERSION" /src; \
|
||||||
/src/autogen.sh; \
|
/src/autogen.sh; \
|
||||||
/src/configure; \
|
/src/configure; \
|
||||||
make; \
|
make; \
|
||||||
make install; \
|
make install; \
|
||||||
make configs; \
|
make configs; \
|
||||||
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
|
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
|
||||||
|
|
||||||
FROM coturn/coturn:4.6.2-alpine3.18
|
FROM coturn/coturn:4.6.2-alpine3.18
|
||||||
USER root
|
USER root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue