organize apt installs

This commit is contained in:
seanauff 2020-02-03 21:28:09 -05:00
parent 8165449c66
commit e8ca879f05
1 changed files with 7 additions and 2 deletions

View File

@ -2,8 +2,13 @@
FROM python:2.7 FROM python:2.7
EXPOSE 8080 EXPOSE 8080
RUN apt-get update && \ RUN apt-get update && apt-get install -y \
apt-get install -y cmake libjpeg62-turbo-dev g++ wget unzip psmisc cmake \
libjpeg62-turbo-dev \
g++ \
wget \
unzip \
psmisc
EXPOSE 5000 EXPOSE 5000