Skip to content

Commit dbd8b04

Browse files
committed
fix: update vscode command in Dockerfile to include --no-sandbox option
1 parent 0427a02 commit dbd8b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN dnf install -y geany git code falkon dotnet-sdk-9.0 nodejs \
2929

3030
# add vscode icon to quicklaunch
3131
RUN echo 'apps\3\desktop=/usr/share/applications/code.desktop' >> ${HOME}/.config/lxqt/panel.conf
32-
RUN sed -i '/^Exec=\/usr\/share\/code\/code/s|$| --no-sandbox|' /usr/share/applications/code.desktop
32+
RUN sed -i 's|/usr/share/code/code|/usr/share/code/code --no-sandbox|g' /usr/share/applications/code.desktop
3333

3434
USER headless
3535

0 commit comments

Comments
 (0)