Skip to content

Commit

Permalink
break up to see what the issue is
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Apr 26, 2024
1 parent 8855e2c commit 3b4595a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ts/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ RUN \
RUN apt update && apt --assume-yes install zsh && \
rm -rf /var/lib/apt/lists/*

RUN npm install -g typescript@5.4.5 prettier@3.2.5 ts-node@11.0.0-beta.1 @swc/core@1.5.0 @swc/cli@0.3.12 @biomejs/biome@1.7.1
RUN npm install -g typescript@5.4.5
RUN npm install -g prettier@3.2.5
RUN npm install -g ts-node@11.0.0-beta.1
RUN npm install -g @swc/core@1.5.0
RUN npm install -g @swc/cli@0.3.12
RUN npm install -g @biomejs/biome@1.7.1

WORKDIR /app
RUN npm install --save-dev tsconfig-paths@4.2.0 @swc-node/register@1.6.8
Expand Down

0 comments on commit 3b4595a

Please sign in to comment.