Skip to content

Commit

Permalink
ui - add missing dependencies for x86 and ARM docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Nov 10, 2024
1 parent 4c9d29e commit b5df143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.12.7-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440
ARG TARGETPLATFORM

# Install python dependencies
RUN apk add --no-cache build-base libffi-dev postgresql-dev cargo
RUN apk add --no-cache build-base libffi-dev postgresql-dev cargo tiff-dev jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev libwebp-dev tcl-dev tk-dev harfbuzz-dev fribidi-dev libimagequant-dev libxcb-dev libpng-dev

# Copy python requirements
COPY src/deps/requirements.txt /tmp/requirements-deps.txt
Expand Down

0 comments on commit b5df143

Please sign in to comment.