Commit c1ff804b authored by nanahira's avatar nanahira

curl

parent c848a6a6
Pipeline #594 passed with stages
in 5 minutes and 13 seconds
......@@ -10,7 +10,7 @@ RUN apt update && \
echo "deb https://nginx.org/packages/mainline/debian/ $(lsb_release -sc) nginx" >> /etc/apt/sources.list.d/nginx.list && \
echo "deb-src https://nginx.org/packages/mainline/debian/ $(lsb_release -sc) nginx" >> /etc/apt/sources.list.d/nginx.list && \
apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install nginx rsync logrotate openssh-server python locales cron && \
env DEBIAN_FRONTEND=noninteractive apt -y install curl nginx rsync logrotate openssh-server python locales cron && \
rm -rf /var/lib/apt/lists/*
# configures
......
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