mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
bin
This commit is contained in:
parent
d3c09780b9
commit
41cf5d85da
1 changed files with 2 additions and 1 deletions
|
|
@ -141,7 +141,8 @@ RUN curl -fsSL "https://github.com/docker/compose/releases/download/1.25.0-rc1/d
|
|||
chmod +x /usr/local/bin/docker-compose
|
||||
|
||||
# Install fzf
|
||||
RUN git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf
|
||||
RUN git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf && \
|
||||
$HOME/.fzf/install --bin
|
||||
|
||||
# Install go
|
||||
RUN add-apt-repository ppa:longsleep/golang-backports && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue