mirror of
https://github.com/coopermaa/docker-ino.git
synced 2024-12-18 20:57:54 +00:00
Merge pull request #1 from LK4D4/master
Use official python:2.7 image as base
This commit is contained in:
commit
f16985869a
@ -1,4 +1,4 @@
|
|||||||
FROM dockerfile/python
|
FROM python:2.7
|
||||||
MAINTAINER coopermaa77@gmail.com
|
MAINTAINER coopermaa77@gmail.com
|
||||||
|
|
||||||
# arduino for Arduino IDE distribution
|
# arduino for Arduino IDE distribution
|
||||||
@ -12,4 +12,4 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Define entry point and default command.
|
# Define entry point and default command.
|
||||||
ENTRYPOINT ["ino"]
|
ENTRYPOINT ["ino"]
|
||||||
CMD ["--help"]
|
CMD ["--help"]
|
||||||
|
Loading…
Reference in New Issue
Block a user