Commit 1e2e04db authored by nanahira's avatar nanahira

fix

parent 2bd78126
......@@ -7,7 +7,7 @@ FROM debian:buster-slim
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install wget gnupg ca-certificates software-properties-common apt-transport-https sudo && \
wget -O - https://nginx.org/keys/nginx_signing.key | apt-key add - && \
echo "deb http://192.168.1.4:8888/nginx-plus/debian $(lsb_release -sc) nginx" >> /etc/apt/sources.list.d/nginx.list && \
echo "deb http://192.168.1.4:8888/nginx-plus/debian $(lsb_release -sc) nginx-plus" >> /etc/apt/sources.list.d/nginx.list && \
apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install nginx-plus rsync logrotate openssh-server python locales cron && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* /usr/lib/nginx-plus/check-subscription
......
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