Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Dec 17, 2024
1 parent a4ef500 commit 1e4dc56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion indexers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ WORKDIR /app
COPY package*.json ./
COPY patches/ ./patches/

RUN apt-get update && apt-get install -y build-essential && npm ci && apt-get remove -y build-essential
RUN apt-get update && apt-get install -y build-essential clang
RUN npm ci

COPY pyproject.toml uv.lock ./
RUN uv sync --frozen --no-dev
Expand Down

0 comments on commit 1e4dc56

Please sign in to comment.