mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
compose
This commit is contained in:
parent
010f767e3e
commit
0d4540882c
1 changed files with 4 additions and 0 deletions
|
|
@ -131,6 +131,10 @@ RUN wget -O compose-on-kubernetes -qnv https://github.com/docker/compose-on-kube
|
|||
chmod +x compose-on-kubernetes && \
|
||||
mv compose-on-kubernetes /usr/local/bin
|
||||
|
||||
# Install docker-compose
|
||||
RUN curl -fsSL "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && \
|
||||
chmod +x /usr/local/bin/docker-compose
|
||||
|
||||
# Install fzf
|
||||
RUN git clone --depth 1 https://github.com/junegunn/fzf.git /opt/fzf && \
|
||||
/opt/fzf/install --bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue