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
|
# Install dependencies into the virtual environment with Pipenv
|
||||||
RUN pipenv install --deploy --verbose
|
RUN pipenv install --deploy --verbose
|
||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
RUN apk add --no-cache \
|
RUN apt-get install --no-install-recommends -y \
|
||||||
cloud-utils \
|
cloud-utils \
|
||||||
libjpeg \
|
libvirt-clients \
|
||||||
libpq \
|
|
||||||
libstdc++ \
|
|
||||||
libvirt-client \
|
|
||||||
openssh-client \
|
openssh-client \
|
||||||
virt-install
|
virtinst
|
||||||
COPY . /app/code/
|
COPY . /app/code/
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
COPY --from=build /app/venv /app/venv
|
COPY --from=build /app/venv /app/venv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user