Skip to content
Snippets Groups Projects
Commit cf34c1b9 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Fix installation on envoy because repository is currently not available

parent bc3a3ab8
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,15 @@ RUN set -eux; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
influxdb \
getenvoy-envoy \
# getenvoy-envoy \
wget \
mongodb-org; \
rm -rf /var/lib/apt/lists/*
RUN wget https://github.com/envoyproxy/envoy/releases/download/v1.27.0/envoy-1.27.0-linux-x86_64
RUN cp envoy-1.27.0-linux-x86_64 /usr/bin/envoy
RUN mkdir -p /var/log/supervisord/
COPY asapo-discovery /asapo-discovery
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment