1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-18 00:31:00 -05:00

Compare commits

..

No commits in common. "e8cc309b9e2f3621ca8e525467cdf94af7c989c5" and "9d077c1635d1912a0f42e7719ecb0a5ad87625c3" have entirely different histories.

View File

@ -1,6 +1,5 @@
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
ENV TZ Australia/Sydney
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 fontconfig RUN apt update -y && apt upgrade -y && apt install -y git fontconfig
RUN npm install -g typescript RUN npm install -g typescript