mirror of
https://github.com/status-im/github-oracle.git
synced 2026-08-27 09:51:10 +00:00
5 lines
155 B
Docker
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 |