infra/dev/Dockerfile

10 lines
161 B
Text
Raw Permalink Normal View History

2020-11-10 23:14:10 +01:00
FROM debian:stable-slim
RUN apt-get update
## install ansible requirements
RUN apt-get install openssh-server python3 -y
RUN mkdir -p /root/.ssh
CMD ["bash"]