mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Docker: Remove "aufs-tools" from install-docker.sh script
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
51ab82ee8b
commit
4b58ff3c2a
1 changed files with 1 additions and 1 deletions
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 containerd.io docker-compose-plugin aufs-tools cgroupfs-mount
|
||||
sudo apt-get -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin cgroupfs-mount
|
||||
|
||||
# Verify installation works.
|
||||
sudo docker run hello-world
|
||||
Loading…
Add table
Add a link
Reference in a new issue