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