From 007407f0c6344a2d82137732c5169bec33cd9255 Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Thu, 26 Nov 2015 10:22:21 +0100 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*