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/*