packed and ready to go

This commit is contained in:
2020-07-30 19:00:49 +02:00
parent ee39dc6c37
commit 8a8ec66be5
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
FROM debian:buster-slim
RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
#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 --no-install-recommends \
mosquitto mosquitto-clients && \