This commit is contained in:
parent
3fbd1a36db
commit
775d6829e7
@ -17,14 +17,11 @@ RUN pip install wheel cppy
|
||||
# Install dependencies into the virtual environment with Pipenv
|
||||
RUN pipenv install --deploy --verbose
|
||||
FROM python:3.8-slim
|
||||
RUN apk add --no-cache \
|
||||
RUN apt-get install --no-install-recommends -y \
|
||||
cloud-utils \
|
||||
libjpeg \
|
||||
libpq \
|
||||
libstdc++ \
|
||||
libvirt-client \
|
||||
libvirt-clients \
|
||||
openssh-client \
|
||||
virt-install
|
||||
virtinst
|
||||
COPY . /app/code/
|
||||
WORKDIR /app/code
|
||||
COPY --from=build /app/venv /app/venv
|
||||
|
Loading…
Reference in New Issue
Block a user