We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a39af commit 2b75600Copy full SHA for 2b75600
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM python:3.6.3
2
+MAINTAINER [email protected]
3
+RUN apt-get update && apt-get install --yes nano python3-pip
4
+RUN pip3 install --upgrade pip
5
+RUN pip3 install aiohttp socketIO_client
0 commit comments