Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
build: add pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Mar 31, 2024
1 parent 76e3aa7 commit 0967709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/discord-bot.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update

# Install pnpm
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -

# Copy obly the needed files
RUN pnpm add turbo --global
Expand All @@ -25,7 +25,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update

# Install pnpm
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -

# Install dependencies
COPY .gitignore .gitignore
Expand Down
4 changes: 2 additions & 2 deletions docker/github-bot.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update

# Install pnpm
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -

# Copy obly the needed files
RUN pnpm add turbo --global
Expand All @@ -25,7 +25,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update

# Install pnpm
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -

# Install dependencies
COPY .gitignore .gitignore
Expand Down

0 comments on commit 0967709

Please sign in to comment.