mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
update container tag to support python-Levenshtein
This commit is contained in:
parent
3a454083a5
commit
e647cbc8ac
@ -1,4 +1,6 @@
|
|||||||
FROM python:3.7-slim
|
FROM python:3.8-buster
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user