add jq tool.
All checks were successful
Deploy Docker Images / Docusaurus build and Server deploy (push) Successful in 6s
All checks were successful
Deploy Docker Images / Docusaurus build and Server deploy (push) Successful in 6s
This commit is contained in:
parent
1f948be0bc
commit
92764b079d
@ -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 \
|
RUN sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt install -y gcc g++ cmake ninja-build pkg-config openssh-server git nano gpg ca-certificates \
|
&& 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 \
|
&& install -m 0755 -d /etc/apt/keyrings \
|
||||||
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \
|
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \
|
||||||
&& chmod a+r /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"]
|
CMD ["service", "ssh", "start", "-D"]
|
||||||
|
|
||||||
# docker build --progress=tty -f ubuntu2404.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04 .
|
# 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
|
# docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04
|
Loading…
Reference in New Issue
Block a user