feb0c557c1
Now comes with Go 1.17 pre-installed. To match production docker-compose.yml examples, the development database was renamed from "photoprism-db" to "mariadb".
7 lines
No EOL
223 B
Bash
Executable file
7 lines
No EOL
223 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
sudo apt-get update && sudo apt-get -qq install -y qemu binfmt-support qemu-user-static qemu-system-arm qemu-efi-aarch64
|
|
|
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
|
|
|
sleep 10 |