mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
add curl for hc
This commit is contained in:
parent
5ce822e8de
commit
21c1fd9feb
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM node:22-slim AS base
|
||||
|
||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
|
|
Loading…
Reference in a new issue