ci: possibly fix for ci release build (issues building uwsgi)

This commit is contained in:
Ilya Kreymer 2022-07-03 11:08:35 -07:00
parent 0a309af740
commit 82c771f7cd
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ on:
jobs:
push_to_registries:
name: Build x86 and ARM Images and push to Dockerhub
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
-
name: Check out the repo

View file

@ -18,6 +18,7 @@ ENV PROXY_HOST=localhost \
WORKDIR /app
ADD requirements.txt /app/
RUN pip install 'uwsgi==2.0.20'
RUN pip install -U setuptools; pip install -r requirements.txt
ADD package.json /app/