common.docker: Delete both openssl-1.0.2j build directory and archive

This commit is contained in:
Jean-Christophe Fillion-Robin 2016-11-19 14:39:25 -05:00
parent 30a73bcd24
commit 75a7b29fb8
No known key found for this signature in database
GPG Key ID: 15C1A2812F958BD3

View File

@ -35,7 +35,7 @@ RUN wget https://www.openssl.org/source/openssl-1.0.2j.tar.gz && \
-DOPENSSL_ROOT_DIR:PATH=/usr/src/openssl-1.0.2j \
. && \
${WRAPPER} make install && \
cd .. && rm -rf CMake* && rm -rf /usr/src/openssl-1.0.2j
cd .. && rm -rf CMake* && rm -rf /usr/src/openssl-1.0.2j*
RUN git clone "https://github.com/ninja-build/ninja.git" && \
cd ninja && \