mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
ci: possibly fix for ci release build (issues building uwsgi)
This commit is contained in:
parent
0a309af740
commit
82c771f7cd
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue