Skip to content
Snippets Groups Projects
Commit 718c9544 authored by Daniel Gal's avatar Daniel Gal
Browse files

it just works

parent 07d71da9
No related branches found
No related tags found
1 merge request!4Changed image base to slim
FROM python:3.6-alpine
FROM python:3.8-slim
ENV PYTHONUNBUFFERED=1
ENV CONFIG_FILE=/code/config.yaml
ENV PIP_NO_CACHE_DIR=false
RUN apk add gcc python3-dev musl-dev postgresql-dev zlib-dev jpeg-dev libpq &&\
pip install pipenv
RUN pip install pipenv
WORKDIR /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment