Skip to content

Commit

Permalink
Add gettext to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin-FL committed Dec 29, 2024
1 parent 17288c3 commit 8bc81db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN source venv/bin/activate && \

FROM python:3.8-alpine AS fir
COPY --from=builder /app /app
RUN apk add libxml2 libxslt mariadb-connector-c libmagic openldap-dev && \
RUN apk add libxml2 libxslt mariadb-connector-c libmagic openldap-dev gettext && \
rm -rf /var/cache/apk/* && \
wget -O /bin/wait-for https://raw.githubusercontent.com/eficode/wait-for/master/wait-for && \
chmod +x /bin/wait-for
Expand Down

0 comments on commit 8bc81db

Please sign in to comment.