From 92764b079d1de05f18c924aaf2a253722b02b6db Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 30 Jun 2024 16:01:45 +0800 Subject: [PATCH] add jq tool. --- ubuntu2404.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu2404.dockerfile b/ubuntu2404.dockerfile index fd7e7da..9b1822d 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 \ + wget curl rsync lsb-release ubuntu-keyring gnupg2 libssl-dev 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 \ @@ -48,4 +48,4 @@ ENV LANG C.UTF-8 CMD ["service", "ssh", "start", "-D"] # docker build --progress=tty -f ubuntu2404.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04 . -# docker push 192.168.2.3:5000/ubuntu_dev:24.04 \ No newline at end of file +# docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04 \ No newline at end of file