Spaces:
Runtime error
Runtime error
Commit
·
8b609c0
1
Parent(s):
184ed4b
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ RUN chmod +x /start.sh \
|
|
32 |
|
33 |
# Install Elasticsearch
|
34 |
RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
|
35 |
-
RUN echo "deb https://artifacts.elastic.co/packages/
|
36 |
RUN apt update
|
37 |
RUN apt -y install elasticsearch
|
38 |
|
|
|
32 |
|
33 |
# Install Elasticsearch
|
34 |
RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
|
35 |
+
RUN echo "deb https://artifacts.elastic.co/packages/8.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-8.x.list
|
36 |
RUN apt update
|
37 |
RUN apt -y install elasticsearch
|
38 |
|