mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
py3-six
and cargo
are required in final image
This commit is contained in:
parent
e9ca9560df
commit
86e5179de9
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ RUN apk add --no-cache --virtual .build-deps make g++ python3 python3-dev && \
|
||||||
# Runtime Error => ModuleNotFoundError: No module named 'six' => pip3 install six
|
# Runtime Error => ModuleNotFoundError: No module named 'six' => pip3 install six
|
||||||
# Runtime Error 2 => ModuleNotFoundError: No module named 'six' => apk add py3-six
|
# Runtime Error 2 => ModuleNotFoundError: No module named 'six' => apk add py3-six
|
||||||
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
||||||
RUN apk add --no-cache py3-six
|
RUN apk add --no-cache py3-six cargo
|
||||||
RUN apk add --no-cache --virtual .build-deps python3 py3-pip cargo libffi-dev musl-dev openssl-dev python3-dev && \
|
RUN apk add --no-cache --virtual .build-deps python3 py3-pip libffi-dev musl-dev openssl-dev python3-dev && \
|
||||||
pip3 install apprise && \
|
pip3 install apprise && \
|
||||||
pip3 cache purge && \
|
pip3 cache purge && \
|
||||||
rm -rf /root/.cache && \
|
rm -rf /root/.cache && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue