Dockerfile 287 Bytes
Newer Older
金凯强's avatar
金凯强 committed
1 2 3 4 5 6
FROM 47.110.145.204:8084/huansi/python3:slim-util-0.0.3

COPY . .

EXPOSE 8080

金凯强's avatar
金凯强 committed
7 8
RUN pip install docker -i https://pypi.tuna.tsinghua.edu.cn/simple && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple paramiko

金凯强's avatar
金凯强 committed
9 10 11 12
CMD ["/bin/bash","docker_entry.sh"]


# pip install requests-unixsocket