Files
github-oracle/scripts/oraclize-args/Dockerfile
T

5 lines
155 B
Docker

FROM ubuntu:14.04
RUN apt-get update && apt-get install -y python
ADD testarg.py testarg.py
MAINTAINER Ricardo “3esmit@gmail.com”
CMD python testarg.py