Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 5db68ea

Browse files
authored
Fix path
1 parent fec1e78 commit 5db68ea

File tree

1 file changed

+1
-1
lines changed
  • repository-containers/images/github.com/microsoft/vscode/.devcontainer

1 file changed

+1
-1
lines changed

repository-containers/images/github.com/microsoft/vscode/.devcontainer/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG NODE_VERSION="16"
44
COPY library-scripts/desktop-lite-debian.sh /tmp/library-scripts/
55
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
66
&& bash /tmp/library-scripts/desktop-lite-debian.sh \
7-
&& sed -i -E 's/.*Terminal.*/ [exec] (Terminal) { tilix -w ~ -e $(readlink -f \/proc\/$$\/exe) -il } <>\n [exec] (Start Code - OSS) { tilix -t "Code - OSS Build" -e bash \/home\/node\/workspace\/vscode*\/scripts\/code.sh } <>/' /home/node/.fluxbox/menu \
7+
&& sed -i -E 's/.*Terminal.*/ [exec] (Terminal) { tilix -w ~ -e $(readlink -f \/proc\/$$\/exe) -il } <>\n [exec] (Start Code - OSS) { tilix -t "Code - OSS Build" -e bash \/workspace\/vscode*\/scripts\/code.sh } <>/' /home/node/.fluxbox/menu \
88
&& apt-get -y install firefox-esr \
99
&& bash -c ". /usr/local/share/nvm/nvm.sh && nvm alias ${VARIANT} system" \
1010
&& apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts/

0 commit comments

Comments
 (0)