mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Satisfy Canvas dependency
This commit is contained in:
parent
efdada20ad
commit
cf22ec7741
@ -1,7 +1,7 @@
|
|||||||
FROM node:21.1.0-bookworm-slim
|
FROM node:21.1.0-bookworm-slim
|
||||||
ENV YARN_VERSION 4.0.2
|
ENV YARN_VERSION 4.0.2
|
||||||
RUN yarn policies set-version $YARN_VERSION
|
RUN yarn policies set-version $YARN_VERSION
|
||||||
RUN apt update -y && apt upgrade -y && apt install -y git
|
RUN apt update -y && apt upgrade -y && apt install -y git fontconfig
|
||||||
RUN npm install -g typescript
|
RUN npm install -g typescript
|
||||||
WORKDIR /Daggerbot
|
WORKDIR /Daggerbot
|
||||||
RUN git config --global --add safe.directory /Daggerbot
|
RUN git config --global --add safe.directory /Daggerbot
|
||||||
|
Loading…
Reference in New Issue
Block a user