Skip to content

Commit

Permalink
Removed Useless Line in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed May 27, 2016
1 parent a14e4a7 commit b48f781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN export LANG=C.UTF-8 &&\
apt-get clean &&\
apt-get autoclean -y &&\
apt-get autoremove -y &&\
apt-get clean &&\
rm -rf /tmp/evaluator-gui-master /tmp/antWebInstallerLinux.sh &&\
apt-get clean &&\
rm -rf /tmp/* /var/tmp/* &&\
rm -rf /var/lib/apt/lists/* &&\
rm -f /etc/ssh/ssh_host_*
Expand Down

0 comments on commit b48f781

Please sign in to comment.