bot-base/Dockerfile
Suwako Moriya 2c54c3108f
All checks were successful
Gitsokyo/bot-base/pipeline/head This commit looks good
Gitsokyo/bot-base/pipeline/tag This commit looks good
[Jenkins] Deploy a cleaned up archive
2020-04-28 11:03:42 +02:00

11 lines
143 B
Docker

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