mirror of
https://github.com/photoprism/photoprism.git
synced 2025-11-02 13:04:17 +08:00
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
apt-get update && apt-get -qq install -y qemu binfmt-support qemu-user-static
|
|
|
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
|
|
|
sleep 10 |