tinydeb add python for ansible

This commit is contained in:
nemunaire 2019-03-29 13:12:25 +01:00 committed by Pierre-Olivier Mercier
parent c7ec238657
commit c62e817deb

View File

@ -4,6 +4,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
busybox \
nano \
openssh-server \
python \
vim.tiny \
&& rm -rf /var/lib/apt/lists/*