Skip to content
Snippets Groups Projects
Commit 2376d13f authored by Mart van Santen's avatar Mart van Santen
Browse files

Fix Dockerfile

parent 6dbe4479
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #10108 failed with stages
in 2 minutes and 22 seconds
......@@ -5,5 +5,6 @@ COPY requirements.txt /
RUN apk add --no-cache \
build-base=0.5-r2 \
git=2.34.1-r0 \
libffi-dev \
bc=1.07.1-r1 && \
pip3 install --no-cache-dir -r 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