faster snapshots

This commit is contained in:
2021-03-19 21:20:27 +01:00
parent b18dea273f
commit 173c2a9d01
5 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
FROM debian:stable-slim
#RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
RUN apt-get update && apt-get install -y \
curl procps && \
apt-get clean -y && \