4 lines
81 B
Docker
4 lines
81 B
Docker
|
FROM xena/base
|
||
|
|
||
|
RUN apt-get update && apt-get -y install python3.4-dev python3.4
|