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.
2 parents 956d0f3 + 6708c28 commit 0f4cf9aCopy full SHA for 0f4cf9a
.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