Skip to content

Commit

Permalink
chore: use supervisor from base image
Browse files Browse the repository at this point in the history
- avoids mixing up Weblate and supervisor deps in single venv
- makes the supervisor available earlier
  • Loading branch information
nijel committed Nov 6, 2024
1 parent b9d1777 commit c27e2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM weblate/dev:2024.45.4 AS build
FROM weblate/dev:2024.45.5 AS build

ARG TARGETARCH

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN find /app/src -name '*.patch' -print0 | sort -z | \
xargs -n1 -0 -r patch -p0 -d "/app/venv/lib/python${PYVERSION}/site-packages/" -i


FROM weblate/base:2024.45.4 AS final
FROM weblate/base:2024.45.5 AS final

ENV WEBLATE_VERSION=5.8.3

Expand Down
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ gunicorn==23.0.0
hiredis==3.0.0
html2text==2024.2.26
httpretty==1.1.4
# Patched supervisor-stdout with following fixes:
# - https://github.com/coderanger/supervisor-stdout/pull/12
# - https://github.com/coderanger/supervisor-stdout/pull/18
# - https://github.com/coderanger/supervisor-stdout/pull/20
https://github.com/nijel/supervisor-stdout/archive/c909c1a1ddabaf679dc2eaecb3b8f5ad6bef467a.zip
iniparse==0.5
lxml==5.3.0
mercurial==6.8.2
Expand Down Expand Up @@ -61,7 +56,6 @@ sentry-sdk==2.18.0
siphashc==2.5
social-auth-app-django==5.4.2
social-auth-core==4.5.4
supervisor==4.2.5
tesserocr==2.7.1
translate-toolkit==3.14.1
translation-finder==2.16
Expand Down

0 comments on commit c27e2cd

Please sign in to comment.