Skip to content

Commit

Permalink
bug: workaround build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jan 29, 2025
1 parent cfee52b commit 8e36b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \
FROM base AS tools
ARG TOOL_REGISTRY_REPOS='github.com/obot-platform/tools'
RUN apk add --no-cache curl python-3.13 py3.13-pip
# Dumb hack for maybe wolfi issue
RUN rm -f /usr/lib/gcc/x86_64-pc-linux-gnu/14/include-fixed/pthread.h
WORKDIR /app
COPY . .
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \
Expand Down

0 comments on commit 8e36b25

Please sign in to comment.