mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-fix-docker-image-from' into 'develop'
Ent fix docker image from See merge request artica/pandorafms!4733
This commit is contained in:
commit
94ab35dd7e
@ -5,7 +5,8 @@ ARG BRANCH=develop
|
|||||||
ARG DB_PASS=pandora
|
ARG DB_PASS=pandora
|
||||||
|
|
||||||
# Clone the Pandora FMS repo.
|
# Clone the Pandora FMS repo.
|
||||||
RUN git clone --depth 1 -b "$BRANCH" https://github.com/pandorafms/pandorafms.git /tmp/pandorafms
|
RUN git clone --depth 1 -b "$BRANCH" https://github.com/pandorafms/pandorafms.git /tmp/pandorafms || \
|
||||||
|
git clone --depth 1 -b develop https://github.com/pandorafms/pandorafms.git /tmp/pandorafms
|
||||||
|
|
||||||
# Install the Pandora FMS Server.
|
# Install the Pandora FMS Server.
|
||||||
RUN cd /tmp/pandorafms/pandora_server && \
|
RUN cd /tmp/pandorafms/pandora_server && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user