Skip to content

Commit 2b75600

Browse files
authored
Create Dockerfile
1 parent 93a39af commit 2b75600

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM python:3.6.3
2+
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

Comments
 (0)