diff --git a/.drone.yml b/.drone.yml index 9e8992b..d98fd23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,8 @@ steps: image: python:3.11-alpine commands: - *path + - apk update + - apk add --no-cache gettext - django-admin compilemessages - python -m build