Remove assess.py dependency
This commit is contained in:
@ -5,7 +5,6 @@ ENV LANG en_US.UTF-8
|
|||||||
ADD webpython.py /usr/lib/python3.4/webpython.py
|
ADD webpython.py /usr/lib/python3.4/webpython.py
|
||||||
RUN rm /usr/lib/python3.4/turtle.py
|
RUN rm /usr/lib/python3.4/turtle.py
|
||||||
ADD turtle.py /usr/lib/python3.4/turtle.py
|
ADD turtle.py /usr/lib/python3.4/turtle.py
|
||||||
ADD assess /usr/lib/python3.4/assess
|
|
||||||
RUN adduser --disabled-password --gecos Python python
|
RUN adduser --disabled-password --gecos Python python
|
||||||
USER python
|
USER python
|
||||||
WORKDIR /home/python
|
WORKDIR /home/python
|
||||||
|
Reference in New Issue
Block a user