should use docker compose instead of docker-compose
All checks were successful
/ deploy (push) Successful in 5m14s
All checks were successful
/ deploy (push) Successful in 5m14s
This commit is contained in:
parent
79b11a24ad
commit
4b305f9afc
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ RUN apt-get update && apt-get install -qy --no-install-recommends \
|
|||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
|
||||
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && \
|
||||
apt-get update && \
|
||||
apt-get install -qy --no-install-recommends docker-ce-cli docker-buildx-plugin docker-compose docker-compose-plugin python3-paramiko && \
|
||||
apt-get install -qy --no-install-recommends docker-ce-cli docker-buildx-plugin docker-compose-plugin && \
|
||||
rm -rf /var/lib/apt/lists/* /var/log/*.log /usr/share/doc/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/overrides/* /usr/share/man/* /etc/cron.daily/* /etc/cron.d/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue