Skip to content

Commit

Permalink
remove node-fetch from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Dec 24, 2024
1 parent 9ca4788 commit d28f3c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/seed/Dockerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ RUN yarn add \
# jest
jest@29.7.0 \
@types/[email protected] \
# node fetch
node-fetch@2.7.0 \
@types/[email protected] \
# node
@types/[email protected] \
# qs
qs@6.11.2 \
@types/[email protected] \
# url join
# url join
url-join@4.0.1 \
@types/[email protected] \
# readable stream
Expand Down

0 comments on commit d28f3c3

Please sign in to comment.