diff --git a/Dockerfile b/Dockerfile index 1a4623c..47532db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN python ./setup.py install # Make house cleaning 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 rm -r /var/lib/apt/lists/*