Jacek Kowalski
2017-10-18 a7522c323a334c00d201c2318523b5c2aa4e9405
Remove APT lists from image to lower its size
1 files modified
3 ■■■■ changed files
Dockerfile 3 ●●●● patch | view | raw | blame | history
Dockerfile
@@ -6,7 +6,8 @@
RUN apt-get update \
    && apt-get -y install \
        wget jsvc mongodb-server binutils procps sudo \
    && apt-get -y clean
    && apt-get -y clean \
    && rm -Rf /var/lib/apt/lists/*
RUN cd /tmp \
    && wget "https://www.ubnt.com/downloads/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \