Skip to content

Commit f71ba28

Browse files
committed
Fix uwsgi
1 parent 7915583 commit f71ba28

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN apk --update --no-cache add nginx \
8686
uwsgi-pam \
8787
uwsgi-ping \
8888
uwsgi-pty \
89-
uwsgi-python3 \
89+
# uwsgi-python3 \
9090
uwsgi-rawrouter \
9191
uwsgi-redislog \
9292
uwsgi-router_basicauth \

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ versions="
1212
3-build;3.12;build;-build
1313
3-uwsgi;3.12;uwsgi
1414
build;3.12;build;-build
15+
uwsgi;3.12;uwsgi
1516
latest;3.12
1617
"
1718

0 commit comments

Comments
 (0)