mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 20:30:58 -05:00
Compare commits
2 Commits
9d077c1635
...
e8cc309b9e
Author | SHA1 | Date | |
---|---|---|---|
|
e8cc309b9e | ||
|
c028851b8e |
@ -1,5 +1,6 @@
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user