Commit 8c34e777 authored by Tobias Munk's avatar Tobias Munk
parent 9f46dd5b
Pipeline #29503 failed with stages
......@@ -67,7 +67,6 @@ RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
apt-get remove -y $PHPIZE_DEPS $CUSTOM_BUILD_DEPS $CUSTOM_REMOVE_LIST && \
dpkg --purge $(dpkg -l | awk '/^rc/ { print $2 }') && \
apt-get clean && \
rm -rf /usr/src/php* \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment