Make tests work

This commit is contained in:
Janusch Jacoby
2015-09-21 16:46:46 +02:00
parent 13be0f65dd
commit 13a6207602
3 changed files with 245 additions and 6 deletions

View File

@ -2,9 +2,10 @@ FROM ubuntu:14.04
MAINTAINER "Martin v. Löwis"
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ADD assess.py /usr/lib/python3.4/assess.py
ADD webpython.py /usr/lib/python3.4/webpython.py
RUN rm /usr/lib/python3.4/turtle.py
ADD turtle.py /usr/lib/python3.4/turtle.py
RUN adduser --disabled-password --gecos Python python
USER python
WORKDIR /home/python
WORKDIR /usr/lib/python3.4