Removed unsued command

This commit is contained in:
Christophe Vandekerchove 2016-03-04 15:25:20 +01:00
parent d8b20e5531
commit fa1af6c03d

View File

@ -14,7 +14,6 @@ RUN echo "# Installing WGET" && \
echo "# Cleaning" && \
apt-get remove -y --purge curl && \
apt-get autoremove -y --purge && \
apt-clean
CMD ["./smart_launch.sh"]