File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,17 @@ RUN wget -q https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/p
8383 && rm powershell_7.4.6-1.deb_amd64.deb
8484
8585RUN apt-get update \
86- && apt-get install -y fish \
87- elvish \
88- ffmpeg \
89- expect \
90- shellcheck \
91- sudo \
92- tcsh \
93- xonsh \
94- zsh
86+ && apt-get install -y \
87+ chromium \
88+ elvish \
89+ expect \
90+ ffmpeg \
91+ fish \
92+ shellcheck \
93+ sudo \
94+ tcsh \
95+ xonsh \
96+ zsh
9597
9698RUN pwsh -Command "Install-Module PSScriptAnalyzer -Scope AllUsers -Force"
9799
@@ -122,4 +124,5 @@ COPY --chown=1000:1000 .dockerfile/home /home/carapace/
122124COPY .dockerfile/usr/local/bin/* /usr/local/bin/
123125
124126ENV TERM xterm
127+ ENV VHS_NO_SANDBOX 1
125128ENTRYPOINT [ "entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments