feat: refs #6695 jenkins run e2e try fix db
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
3013da930d
commit
154fc7d79e
|
@ -2,9 +2,10 @@ FROM node:lts-bookworm
|
||||||
ENV SHELL bash
|
ENV SHELL bash
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt install libkrb5-dev libssl-dev
|
||||||
RUN npm install -g pnpm@8.15.1
|
RUN npm install -g pnpm@8.15.1
|
||||||
RUN pnpm setup
|
RUN pnpm setup
|
||||||
RUN apt install libkrb5-dev libssl-dev
|
|
||||||
RUN npm i -g pnpm
|
RUN npm i -g pnpm
|
||||||
|
|
||||||
WORKDIR /salix
|
WORKDIR /salix
|
||||||
|
|
Loading…
Reference in New Issue