Skip to content
Snippets Groups Projects
Commit e169cd0c authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Added git install to Dockerfile

This is needed in order to install the forked repo `djangorestframework-camelizer` from github
parent c7822341
No related branches found
No related tags found
1 merge request!118Explore swagger
Pipeline #78547 passed
...@@ -18,6 +18,8 @@ RUN apk update \ ...@@ -18,6 +18,8 @@ RUN apk update \
&& apk add --virtual build-deps gcc python3-dev musl-dev curl \ && apk add --virtual build-deps gcc python3-dev musl-dev curl \
&& apk add --no-cache postgresql-dev && apk add --no-cache postgresql-dev
RUN apk add --no-cache git
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.txt && rm -rf /root/.cache RUN pip install -r requirements.txt && rm -rf /root/.cache
......
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