mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
ci(bots/discord): patch drizzle-kit to stop using node, decreases image size
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
# This file should be triggered from the monorepo root
|
||||
FROM node:latest AS base
|
||||
|
||||
# Install Bun
|
||||
RUN apt-get update && apt-get install -y curl unzip
|
||||
RUN curl -fsSL https://bun.sh/install.sh | bash
|
||||
ENV PATH="/root/.bun/bin:$PATH"
|
||||
FROM oven/bun:latest AS base
|
||||
|
||||
FROM base AS build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user