Skip to content
Snippets Groups Projects
Commit 38fbe122 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Use alpine docker base image

parent 0469195e
No related branches found
No related tags found
No related merge requests found
FROM python:3-buster
FROM python:3.9-alpine
RUN apk add --no-cache openssl-dev libffi-dev gcc musl-dev make
RUN pip install pipenv
COPY src /opt/StorageLeaf/src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment