Skip to content

Commit

Permalink
Update Dockerfile-amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicroul authored Oct 19, 2024
1 parent 18994ef commit 6484df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
ENV DEBIAN_FRONTEND noninteractive
# COPY sources.list /etc/apt/sources.list
# 安装所需的软件
RUN apt-get update -y && apt-get install -y wget vim locales \
RUN apt-get update -y && apt-get install -y wget vim locales git\
&& wget https://mirrors.tuna.tsinghua.edu.cn/zabbix/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1%2Bubuntu22.04_all.deb \
&& dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb \
&& apt-get update -y \
Expand Down

0 comments on commit 6484df0

Please sign in to comment.