Docker image, & local development docker-compose.yml #2
@ -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 \
|
||||||
3wordchant marked this conversation as resolved
Outdated
|
|||||||
|
cloud-utils openssh-client
|
||||||
|
|
||||||
COPY . /app/code/
|
COPY . /app/code/
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
Loading…
Reference in New Issue
Block a user
Same totally optional comment as https://git.autonomic.zone/3wordchant/capsul-flask/pulls/2/files#issuecomment-7607.