diff --git a/Dockerfile b/Dockerfile index 62e0e7d..4d74449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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