Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 20, 2024
1 parent f92e7e3 commit 43ba749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ RUN apt-get update \
&& ssh-keyscan -H github.com > /root/ssh/known_hosts

ENV PYTHON=python3
RUN npm install -g \
node-gyp@11.0.0 \
typescript@4.9.5
RUN npm install -g node-gyp
COPY package.json yarn.lock /usr/src/app/
RUN npm install typescript@4.9.5 -g

RUN yarn install --production --ignore-optional --frozen-lockfile --ignore-engines --network-concurrency 1

################################################################################
Expand Down

0 comments on commit 43ba749

Please sign in to comment.