We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ed329 commit 0056a0dCopy full SHA for 0056a0d
Dockerfile
@@ -15,10 +15,10 @@ RUN sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.mi
15
&& \
16
dnf install -y geany git code falkon dotnet-sdk-6.0 nodejs gnome-system-monitor \
17
18
- dotnet --version && node -v \
19
- && \
20
npm install -g typescript npm-check-updates \
21
+ dotnet --version && node -v && tsc -v \
+ && \
22
chown headless:headless -R ${HOME}
23
24
# add vscode icon to quicklaunch
0 commit comments