mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-05-11 18:29:52 +00:00
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
FROM rustembedded/cross:aarch64-unknown-linux-musl
|
|
|
|
RUN dpkg --add-architecture arm64 && \
|
|
apt-get update && \
|
|
DEBIAN_FRONTEND=noninteractive \
|
|
apt-get install --assume-yes postgresql
|