Т
Size: a a a
P
ЕР
Т
venv
P
ЕР
venv
ИС
ЕР
P
PP
PP
<Ч
FROM python:3.6-buster
RUN pip install --no-cache-dir aiogram
COPY . .
CMD [ "python", "-m", "app" ]
Вот такой докерфайл запустил. и вывод:Successfully built a821a56d9249
Successfully tagged test_py:latest
Creating test_py_1 ...
Creating test_py_1 ... done
Attaching to test_py_1
py_1 | Traceback (most recent call last):
.........................................
py_1 | File "/usr/local/lib/python3.6/site-packages/aiogram/types/base.py", line 1
py_1 | from __future__ import annotations
py_1 | ^
py_1 | SyntaxError: future feature annotations is not defined
PP
<Ч
Т
t
ЕР
t
ЕР
<Ч