Skip to content

Commit

Permalink
chore: add typescript to typescript image
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Puljak <[email protected]>
  • Loading branch information
Tpuljak committed Dec 19, 2024
1 parent bb7465f commit 4630241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/workspace-images/typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:23-slim
RUN apt-get update && apt-get install -y curl sudo
# Install the TypeScript Language Server
RUN npm i -g typescript-language-server
RUN npm i -g typescript-language-server typescript
# Install the Daytona CLI
RUN useradd -m daytona && echo "daytona ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/91-daytona
USER daytona
Expand Down

0 comments on commit 4630241

Please sign in to comment.