mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-10-14 23:22:42 +00:00
[fix] dockerfile
This commit is contained in:
@@ -13,6 +13,9 @@ ENV PYTHONUNBUFFERED=1
|
||||
RUN chmod +x /app/start.sh
|
||||
|
||||
RUN apt update && apt install -y jq
|
||||
|
||||
RUN echo $TARGETPLATFORM
|
||||
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
|
||||
apt install -y zlib1g-dev libjpeg-dev gcc curl && \
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
|
||||
|
Reference in New Issue
Block a user