mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 14:55:35 +08:00
Fix: Install missing dependencies for new docker image (#2182)
Co-authored-by: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV PATH=${CONDA_DIR}/bin:${PATH}
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y netcat unzip wget
|
apt install --no-install-recommends -y netcat unzip wget bzip2 ca-certificates git tini
|
||||||
|
|
||||||
# Install mambaforge
|
# Install mambaforge
|
||||||
RUN wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh && \
|
RUN wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh && \
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ ENV PATH=${CONDA_DIR}/bin:${PATH}
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y netcat unzip wget
|
apt install --no-install-recommends -y netcat unzip wget bzip2 ca-certificates git tini
|
||||||
|
|
||||||
# Install mambaforge
|
# Install mambaforge
|
||||||
RUN wget https://ghproxy.com/https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh && \
|
RUN wget https://ghproxy.com/https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user