Skip to content
Snippets Groups Projects
Commit d2de779f authored by Martin Weise's avatar Martin Weise
Browse files

Update Dockerfile

parent 1b93ddfe
No related branches found
No related tags found
1 merge request!222Resolve "Enable database dump import"
FROM python:3.9-alpine FROM python:3.9-slim
MAINTAINER Martin Weise <martin.weise@tuwien.ac.at> MAINTAINER Martin Weise <martin.weise@tuwien.ac.at>
RUN apk update && apk --no-cache add build-base gcc python3-dev libpq-dev libffi-dev bash curl py3-pandas \
py3-sqlalchemy py3-requests py3-gevent py3-psycopg2
WORKDIR /app WORKDIR /app
COPY ./requirements.txt ./requirements.txt COPY ./requirements.txt ./requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment