Commit 35557713 authored by nanahira's avatar nanahira

domain

parent 5948726e
Pipeline #592 passed with stage
in 4 minutes and 8 seconds
......@@ -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-plus" >> /etc/apt/sources.list.d/nginx.list && \
echo "deb http://yangtze.my-card.in/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