Removed unsued command

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

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"]