From befed2dbe67b67be773454ee16cac7fc5d7cea58 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 30 Jun 2024 17:14:47 +0800 Subject: [PATCH] add gettext. --- ubuntu2404.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu2404.dockerfile b/ubuntu2404.dockerfile index 9b1822d..6d224bc 100644 --- a/ubuntu2404.dockerfile +++ b/ubuntu2404.dockerfile @@ -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 \