Skip to content

Commit 01bb4c5

Browse files
authored
deps: try latest dico-interaction
1 parent 90b9717 commit 01bb4c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM python:3.10-slim
22

33
WORKDIR /usr/src/app
44

5+
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
6+
57
COPY requirements.txt ./
68
RUN pip install --no-cache-dir -r requirements.txt
79

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dico-api>=0.0.38
22
dico-command
3-
dico-interaction
3+
git+https://github.com/dico-api/dico-interaction
44
dico-dp
55
aiomysql
66
aiosqlite

0 commit comments

Comments
 (0)