[ADD]Python tests
This commit is contained in:
parent
c1d43ee93d
commit
5c8cfae671
7
py27/Dockerfile
Normal file
7
py27/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM debian:jessie
|
||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends python2.7-minimal
|
||||
# Packages cleanup
|
||||
RUN apt-get purge -y --auto-remove && apt-get clean
|
||||
CMD bash
|
8
xonsh/Dockerfile
Normal file
8
xonsh/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM debian:jessie
|
||||
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends python3.4-minimal python3-pip
|
||||
RUN pip3 install xonsh
|
||||
# Packages cleanup
|
||||
RUN apt-get purge -y --auto-remove && apt-get clean
|
||||
CMD bash
|
Loading…
Reference in New Issue
Block a user