We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5549a0 commit 5473c40Copy full SHA for 5473c40
src/ContentProcessor/Dockerfile
@@ -1,13 +1,12 @@
1
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye AS base
2
WORKDIR /app
3
4
+# Remove yarn repo and install poppler-utils
5
RUN rm -f /etc/apt/sources.list.d/yarn.list && \
6
apt-get update && \
7
apt-get install -y poppler-utils && \
8
rm -rf /var/lib/apt/lists/*
9
-# Install poppler-utils
10
-RUN apt-get update && apt-get install -y poppler-utils && rm -rf /var/lib/apt/lists/*
11
FROM base AS builder
12
13
COPY --from=ghcr.io/astral-sh/uv:0.6.3 /uv /uvx /bin/
0 commit comments