mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +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:
parent
b17d9b2c26
commit
cc54e0663f
@ -6,7 +6,7 @@ ENV PATH=${CONDA_DIR}/bin:${PATH}
|
||||
|
||||
# Install dependencies
|
||||
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
|
||||
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
|
||||
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
|
||||
RUN wget https://ghproxy.com/https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user