From ae5b2c995be3157730aea5dd84cac594d37bed9d Mon Sep 17 00:00:00 2001 From: Shengqi Chen Date: Sat, 2 Dec 2023 15:56:05 +0800 Subject: [PATCH] Install debmirror in base image Signed-off-by: Shengqi Chen --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5eac8c9..af737cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bullseye LABEL maintainer="Miao Wang " RUN apt-get update && \ - apt-get install --no-install-recommends -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip libnss-unknown xz-utils patch unzip openssh-client + apt-get install --no-install-recommends -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip libnss-unknown xz-utils patch unzip openssh-client debmirror RUN if [ "$(uname -m)" != "x86_64" -a "$(uname -m)" != "i386" ]; then \ apt-get install --no-install-recommends -y libxml2-dev libxslt1-dev zlib1g-dev libssl-dev libffi-dev ;\