Version bump, contributors added, apt tweak

This commit is contained in:
Jamie Curnow
2021-05-06 11:32:54 +10:00
parent e22f87dee7
commit 655477316b
4 changed files with 111 additions and 35 deletions

View File

@ -20,7 +20,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
&& apt-get update \
&& apt-get install -y certbot jq python3-pip \
&& apt-get install -y --no-install-recommends certbot jq python3-pip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*