1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 11:16:44 +02:00

Add python3.4 and vim for dev & testing

This commit is contained in:
Sylvain Bellemare 2016-12-07 19:56:57 +01:00 committed by Sylvain Bellemare
parent aa436ced6e
commit abd4a54a76

View File

@ -1,6 +1,6 @@
FROM python:3.5
RUN apt-get update
RUN apt-get update && apt-get install -y python3.4 vim
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app