Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Mar 23, 2024
1 parent bf80ca5 commit 7139f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --without dev --n

FROM --platform=$BUILDPLATFORM python:3.12-slim-bookworm as runtime

RUN apt-get update -y && \
RUN --mount=type=cache,target=/var/cache/apt apt-get update -y && \
apt-get install libpango-1.0-0=1.50.12+ds-1 libpangoft2-1.0-0=1.50.12+ds-1 pango1.0-tools=1.50.12+ds-1 -y --no-install-recommends && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 7139f62

Please sign in to comment.