fix: curl not found
This commit is contained in:
+6
-1
@@ -65,7 +65,12 @@ RUN uv pip install \
|
||||
--requirements /tmp/requirements.txt
|
||||
|
||||
|
||||
RUN curl -fsSL https://mimo.xiaomi.com/install | bash
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
curl -fsSL https://mimo.xiaomi.com/install | bash
|
||||
|
||||
ENV PATH="/root/.local/bin:/usr/local/bin:${PATH}"
|
||||
RUN mino --version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user