This commit is contained in:
parent
775d6829e7
commit
a39cf380a4
@ -17,7 +17,7 @@ RUN pip install wheel cppy
|
||||
# Install dependencies into the virtual environment with Pipenv
|
||||
RUN pipenv install --deploy --verbose
|
||||
FROM python:3.8-slim
|
||||
RUN apt-get install --no-install-recommends -y \
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
cloud-utils \
|
||||
libvirt-clients \
|
||||
openssh-client \
|
||||
|
Loading…
Reference in New Issue
Block a user