1. 错误描述
给定dockerfile:
FROM python:3.10-slim
RUN pip install --user --no-cache-dir Flask requests
WORKDIR /app
COPY app /app
CMD ["python", "app.py"]
进行构建:
docker build -t iobrokerplexwebhook:0.0.1 .
收到以下错误:
Fatal Python error: Py_Initialize: can’t initialize time
PermissionError: [Errno 1] Operation not permittedCurrent thread 0xb6f9e010 (most recent call first): Aborted (core
dumped)