diff --git a/Dockerfile b/Dockerfile
index dac272d..98ae43b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -149,7 +149,7 @@
 # related? https://github.com/Microsoft/WSL/issues/2016
 RUN apt-get update && apt-get install -y --no-install-recommends --allow-unauthenticated \
     dbus-x11 libdbus-c++-1-0v5 && \ 
-    apt-get autoclean -y && apt-get autocremove -y  && rm -rf /var/lib/apt/lists/* 
+    apt-get autoclean -y && apt-get autoremove -y  && rm -rf /var/lib/apt/lists/* 
 
 RUN echo "alias m='cd /home/$USERNAME ; su $USERNAME'" >> /home/$USERNAME/.bashrc