Skip to content

Commit 0056a0d

Browse files
committed
add check correction of instalation typescript
1 parent 60ed329 commit 0056a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ RUN sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.mi
1515
&& \
1616
dnf install -y geany git code falkon dotnet-sdk-6.0 nodejs gnome-system-monitor \
1717
&& \
18-
dotnet --version && node -v \
19-
&& \
2018
npm install -g typescript npm-check-updates \
2119
&& \
20+
dotnet --version && node -v && tsc -v \
21+
&& \
2222
chown headless:headless -R ${HOME}
2323

2424
# add vscode icon to quicklaunch

0 commit comments

Comments
 (0)