Skip to content

Commit

Permalink
removed save-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 25, 2024
1 parent ba671b9 commit f507efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/dodona-tested.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN <<EOF

# TypeScript dependencies
npm install -g typescript@5.6.3 tsx@4.19.2
npm install -g @types/node @typescript-eslint/parser @typescript-eslint/eslint-plugin --save-dev
npm install -g @types/node @typescript-eslint/parser @typescript-eslint/eslint-plugin

# Haskell dependencies
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit f507efc

Please sign in to comment.