fix, as this wasn't working out of the box on RPi
parent
d22f595043
commit
bb924ad6ba
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@ Current versions of szurubooru should work out-of-box with ARM architectures. Yo
|
||||||
|
|
||||||
You may also need to use a later version of Postgres (v13). See [#410](https://github.com/rr-/szurubooru/issues/410)
|
You may also need to use a later version of Postgres (v13). See [#410](https://github.com/rr-/szurubooru/issues/410)
|
||||||
|
|
||||||
|
Alpine 3.13 isn't compatible by default with Raspbian and requires an update to libseccomp2:
|
||||||
|
```bash
|
||||||
|
$ wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
|
||||||
|
$ dpkg -i libseccomp2_2.5.1-1_armhf.deb
|
||||||
|
```
|
||||||
|
https://github.com/docker/for-linux/issues/1196#issuecomment-816600988
|
||||||
|
|
||||||
|
|
||||||
# For release version 2.3 or earlier:
|
# For release version 2.3 or earlier:
|
||||||
|
|
||||||
Per [this post](https://github.com/rr-/szurubooru/issues/192#issuecomment-476897156) by [WychWitch](https://github.com/WychWitch)
|
Per [this post](https://github.com/rr-/szurubooru/issues/192#issuecomment-476897156) by [WychWitch](https://github.com/WychWitch)
|
||||||
|
|
Reference in a new issue