mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 21:01:58 +08:00
Setup: Add "docker-buildx-plugin" to install-docker.sh script
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
2
scripts/dist/install-docker.sh
vendored
2
scripts/dist/install-docker.sh
vendored
@@ -20,7 +20,7 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.
|
||||
|
||||
# Install Docker with Compose Plugin.
|
||||
sudo apt-get update
|
||||
sudo apt-get -qq install docker-ce docker-ce-cli docker-ce-rootless-extras containerd.io docker-compose-plugin cgroupfs-mount libltdl7 pigz
|
||||
sudo apt-get -qq install docker-ce docker-ce-cli docker-ce-rootless-extras containerd.io docker-buildx-plugin docker-compose-plugin cgroupfs-mount libltdl7 pigz
|
||||
|
||||
# Add docker-compose alias for Compose Plugin.
|
||||
if [ ! -f "/bin/docker-compose" ]; then
|
||||
|
Reference in New Issue
Block a user