Fix Dockerfile
This commit is contained in:
parent
4337ca97e4
commit
007407f0c6
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue