mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-02-18 17:39:46 +03:00
4 lines
159 B
Text
4 lines
159 B
Text
FROM rustembedded/cross:x86_64-unknown-linux-musl
|
|
RUN dpkg --add-architecture arm64 && \
|
|
apt-get update &&
|
|
apt-get install --assume-yes postgresql-13:x86_64
|