Merge pull request #3423 from emanuelschuetze/dockerfile
Install vim in Dockerimage.
This commit is contained in:
commit
863e929470
@ -1,7 +1,7 @@
|
||||
FROM python:3.5
|
||||
RUN apt-get -y update && apt-get -y upgrade
|
||||
|
||||
RUN apt-get install -y libpq-dev supervisor curl
|
||||
RUN apt-get install -y libpq-dev supervisor curl vim
|
||||
## BUILD JS STUFF
|
||||
RUN wget https://nodejs.org/dist/v6.11.3/node-v6.11.3-linux-x64.tar.xz -P /tmp
|
||||
RUN cd /tmp && tar xfvJ node-v6.11.3-linux-x64.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user