Skip to content

Commit f55a254

Browse files
author
Kerkesni
committed
Revert "docker syntheticbucketd ts error fix"
This reverts commit e76143f.
1 parent b148588 commit f55a254

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/dockerfiles/syntheticbucketd/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM node:22
22

33
RUN mkdir /app
4-
RUN npm install -g \
5-
typescript@4.9.5
64
COPY package.json /app
75
COPY yarn.lock /app
86
RUN cd /app && yarn install --network-concurrency 1

0 commit comments

Comments
 (0)