force uwsgi to 2.0.24

This commit is contained in:
Hemna 2024-04-14 20:27:26 -04:00
parent 5b2a59fae3
commit c2f8af06bc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ WORKDIR /app
RUN git clone -b $APRSD_BRANCH https://github.com/craigerl/aprsd
RUN pip install -U pip
RUN cd aprsd && pip install --no-cache-dir .
RUN pip install gevent uwsgi
RUN pip install gevent uwsgi==2.0.24
RUN which aprsd
RUN mkdir /config
RUN chown -R appuser:appgroup /app