Skip to content
Snippets Groups Projects
Verified Commit c30f50cb authored by Mark's avatar Mark
Browse files

Add dev libs to alpine images

parent ebe472d2
No related branches found
No related tags found
1 merge request!19Resolve "Switch to Alpine Docker image"
Pipeline #3135 failed with stages
in 3 minutes and 11 seconds
FROM python:3.7-alpine
RUN apk add gcc libc-dev libffi-dev
WORKDIR /usr/src/app
COPY requirements.txt ./
......
FROM python:3.7-alpine
RUN apk add gcc libc-dev libffi-dev
WORKDIR /usr/src/app
COPY requirements.txt ./
......
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