Add openssh-cient to Dockerfile for ssh-keyscan

This commit is contained in:
3wc 2021-07-20 01:52:17 +02:00
parent c378c2b287
commit 308ac05fe6
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ RUN pipenv install --deploy --verbose
FROM python:3.8-alpine
RUN apk add --no-cache libpq libstdc++ libjpeg virt-install libvirt-client cloud-utils
RUN apk add --no-cache libpq libstdc++ libjpeg virt-install libvirt-client \
cloud-utils openssh-client
COPY . /app/code/
WORKDIR /app/code