Commit 5bf75255 authored by nanahira's avatar nanahira

fix

parent 4ad3d890
......@@ -8,8 +8,8 @@ RUN sed -i -e 's/deb.debian.org/mirrors.163.com/g' -e 's/security.debian.org/mir
apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install wget gnupg ca-certificates software-properties-common apt-transport-https && \
wget -O - https://nginx.org/keys/nginx_signing.key | apt-key add - && \
add-apt-repository -y "deb https://nginx.org/packages/mainline/debian $(lsb_release -sc) nginx" && \
add-apt-repository -y "deb-src https://nginx.org/packages/mainline/debian $(lsb_release -sc) nginx" && \
add-apt-repository -y "deb https://nginx.org/packages/mainline/debian/ $(lsb_release -sc) nginx" && \
add-apt-repository -y "deb-src https://nginx.org/packages/mainline/debian/ $(lsb_release -sc) nginx" && \
apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install nginx rsync logrotate openssh-server python locales cron && \
rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment