Commit 19860d76 authored by nanahira's avatar nanahira

fix

parent b849ac23
...@@ -2,7 +2,7 @@ FROM debian:buster ...@@ -2,7 +2,7 @@ FROM debian:buster
{% if apt_mirror != 'deb.debian.org' %} {% if apt_mirror != 'deb.debian.org' %}
RUN sed -i 's/deb.debian.org/{{apt_mirror}}/g;s/security.debian.org/{{apt_mirror}}/g' /etc/apt/sources.list RUN sed -i 's/deb.debian.org/{{apt_mirror}}/g;s/security.debian.org/{{apt_mirror}}/g' /etc/apt/sources.list
{ %endif %} {% endif %}
RUN apt update && apt install -y apt-cacher-ng && rm -rf /var/lib/apt/lists/* RUN apt update && apt install -y apt-cacher-ng && 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