bot-base/Dockerfile
Suwako Moriya 13c1b1292b
All checks were successful
Gitsokyo/bot-base/pipeline/head This commit looks good
Added doc deployment
2020-04-26 13:54:37 +02:00

10 lines
133 B
Docker

FROM python:3.8
RUN apt-get update && apt-get install -y\
rsync \
openssh-client
RUN pip install pipenv
CMD ["/bin/bash"]