1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-02 03:29:17 +00:00

Fix Alpine 3.19 dependencies

This commit is contained in:
DerLinkman
2024-01-08 12:07:22 +01:00
parent 5896766fc3
commit 333b7ebc0c
3 changed files with 5 additions and 3 deletions

View File

@@ -10,12 +10,13 @@ RUN apk add --update --no-cache python3 \
openssl \
tzdata \
py3-psutil \
py3-redis \
py3-async-timeout \
&& pip3 install --upgrade pip \
fastapi \
uvicorn \
aiodocker \
docker \
aioredis
docker
RUN mkdir /app/modules
COPY docker-entrypoint.sh /app/