mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix add missing deps for core db tests
This commit is contained in:
parent
c93d5a2fcd
commit
e0055328af
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ WORKDIR /tmp
|
|||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN MAKEFLAGS="-j $(nproc)" pip install --no-cache -r requirements.txt && \
|
||||
RUN apk add --no-cache gcc musl-dev libffi-dev && \
|
||||
MAKEFLAGS="-j $(nproc)" pip install --no-cache -r requirements.txt && \
|
||||
rm -f requirements.txt
|
||||
|
||||
WORKDIR /opt/tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue