Jacek Kowalski
2018-07-02 9160200d4c8872db71cff9c3efe4a10cdc69736e
Add new UniFi Controller dependencies
1 files modified
2 ■■■ changed files
Dockerfile 2 ●●● patch | view | raw | blame | history
Dockerfile
@@ -5,7 +5,7 @@
RUN apt-get update \
    && apt-get -y install \
        wget jsvc mongodb-server libcap2 binutils procps sudo \
        curl wget jsvc mongodb-server libcap2 binutils procps sudo \
    && apt-get -y clean \
    && rm -Rf /var/lib/apt/lists/*