We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7db3d4 commit e39d84fCopy full SHA for e39d84f
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
19
&& docker-php-ext-enable redis zip \
20
&& apt-get install -y mariadb-client redis-tools mkdocs-material mkdocs-material-extensions \
21
&& apt-get install -y npm libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb \
22
- && apt-get install -y dnsutils fd-find fzf glow lazygit luarocks pv ripgrep vivid \
+ && apt-get install -y dnsutils fd-find fzf glow lazygit luarocks pv ripgrep tmux vivid \
23
&& apt-get install -y gnupg \
24
&& wget -O- https://apt.releases.hashicorp.com/gpg | \
25
gpg --dearmor | \
0 commit comments