File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
22FROM labeg/centos-lxqt-vnc:42
33
4+ ENV DONT_PROMPT_WSL_INSTALL=true
5+
46LABEL maintainer=
"[email protected] " \
57 io.k8s.description="Container with tools for development C# and Typescript applications" \
68 io.k8s.display-name="Container with C# ant Typescript" \
@@ -27,7 +29,7 @@ RUN dnf install -y geany git code falkon dotnet-sdk-9.0 nodejs \
2729
2830# add vscode icon to quicklaunch
2931RUN echo 'apps\3\d esktop=/usr/share/applications/code.desktop' >> ${HOME}/.config/lxqt/panel.conf
30- RUN sed -i 's/code --unity /code --no-sandbox --unity /' /usr/share/applications/code.desktop
32+ RUN sed -i 's/code --new-window /code --no-sandbox --new-window /' /usr/share/applications/code.desktop
3133
3234USER headless
3335
You can’t perform that action at this time.
0 commit comments