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 90b9717 commit 01bb4c5Copy full SHA for 01bb4c5
Dockerfile
@@ -2,6 +2,8 @@ FROM python:3.10-slim
2
3
WORKDIR /usr/src/app
4
5
+RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
6
+
7
COPY requirements.txt ./
8
RUN pip install --no-cache-dir -r requirements.txt
9
requirements.txt
@@ -1,6 +1,6 @@
1
dico-api>=0.0.38
dico-command
-dico-interaction
+git+https://github.com/dico-api/dico-interaction
dico-dp
aiomysql
aiosqlite
0 commit comments