We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956d0f3 commit 6708c28Copy full SHA for 6708c28
.dockerignore
@@ -0,0 +1,2 @@
1
+elasticsearch/snapshots/
2
+.venv
Dockerfile.deploy
@@ -2,6 +2,7 @@ FROM python:3.10-slim
3
RUN apt-get update && \
4
apt-get -y upgrade && \
5
+ apt-get -y install gcc && \
6
apt-get clean && \
7
rm -rf /var/lib/apt/lists/*
8
0 commit comments