Fix Dockerfile

This commit is contained in:
Hadrien Mary 2015-11-26 10:22:21 +01:00
parent 4337ca97e4
commit 007407f0c6

View file

@ -22,7 +22,7 @@ RUN python ./setup.py install
# Make house cleaning # Make house cleaning
RUN rm -rf /opt/simp_le RUN rm -rf /opt/simp_le
RUN -get autoremove -y git gcc libssl-dev libffi-dev python-dev python-pip RUN apt-get autoremove -y git gcc libssl-dev libffi-dev python-dev python-pip
RUN apt-get clean all RUN apt-get clean all
RUN rm -r /var/lib/apt/lists/* RUN rm -r /var/lib/apt/lists/*