mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-05-20 22:06:38 +00:00
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
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
|