add gettext.
All checks were successful
Deploy Docker Images / Docusaurus build and Server deploy (push) Successful in 5s

This commit is contained in:
amass 2024-06-30 17:14:47 +08:00
parent 92764b079d
commit befed2dbe6

View File

@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources \
&& apt update \
&& apt install -y gcc g++ cmake ninja-build pkg-config openssh-server git nano gpg ca-certificates \
wget curl rsync lsb-release ubuntu-keyring gnupg2 libssl-dev jq \
wget curl rsync lsb-release ubuntu-keyring gnupg2 libssl-dev gettext jq \
&& install -m 0755 -d /etc/apt/keyrings \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \
&& chmod a+r /etc/apt/keyrings/docker.asc \