mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
try to fix fts build
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
f1c683a0db
commit
623ce23264
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
|
||||
FROM elasticsearch:8.7.1
|
||||
|
||||
USER root
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
export DEBIAN_FRONTEND=noninteractive; \
|
||||
|
|
Loading…
Reference in a new issue