Add openssh-cient to Dockerfile for ssh-keyscan
This commit is contained in:
parent
c378c2b287
commit
308ac05fe6
@ -17,7 +17,8 @@ RUN pipenv install --deploy --verbose
|
|||||||
|
|
||||||
FROM python:3.8-alpine
|
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/
|
COPY . /app/code/
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
Loading…
Reference in New Issue
Block a user