bot-base/Dockerfile
Suwako Moriya 2249e30a9a
Some checks failed
Gitsokyo/bot-base/pipeline/head This commit looks good
Gitsokyo/bot-base/pipeline/pr-master This commit looks good
Gitsokyo/bot-base/pipeline/tag There was a failure building this commit
Added Doc Deployment
2020-04-27 08:46:06 +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"]